Search
Chart.AxisSize Property
See Also
 






Gets or sets the thickness of the chart axes, 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 AxisSize { get; set; }

Visual Basic  Copy Code

Public Property AxisSize As Measure

 Property Value

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

 See Also