Search
Series.LineSize Property
See Also
 






Gets or sets the outline thickness of the chart elements representing the series, or null (Nothing in Visual Basic), to use the default thickness.

Namespace: MindFusion.Spreadsheet.Charts
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public Measure LineSize { get; set; }

Visual Basic  Copy Code

Public Property LineSize As Measure

 Property Value

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

 See Also