CustomAxisTickLength Property |
LightningChart .NET Help
Used to set Tick Length.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(10)]
public int Length { get; set; }<DefaultValueAttribute(10)>
Public Property Length As Integer
Get
Set
public:
[DefaultValueAttribute(10)]
property int Length {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also