AxisBaseAxisThickness 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(typeof(double), "3")]
public double AxisThickness { get; set; }<DefaultValueAttribute(GetType(Double), "3")>
Public Property AxisThickness As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"3")]
property double AxisThickness {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also