Search
Chart.LegendBorderSize Property
See Also
 






Gets or sets the border thickness of the legend, or null (Nothing in Visual Basic), to use a hairline thickness.

Namespace: MindFusion.Spreadsheet.Wpf.Charts
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Measure LegendBorderSize { get; set; }

Visual Basic  Copy Code

Public Property LegendBorderSize As Measure

 Property Value

An instance of the Measure class. The default is null (Nothing in Visual Basic).

 See Also