AxisRoundBaseAxisThickness Property |
LightningChart .NET Help
Thickness of the axis line.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(4)]
public int AxisThickness { get; set; }<DefaultValueAttribute(4)>
Public Property AxisThickness As Integer
Get
Set
public:
[DefaultValueAttribute(4)]
property int AxisThickness {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also