CustomAxisTickLineLength Property |
LightningChart .NET Help
Gets or sets the line length. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Axes
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(5)]
public int LineLength { get; set; }<DefaultValueAttribute(5)>
Public Property LineLength As Integer
Get
Set
public:
[DefaultValueAttribute(5)]
property int LineLength {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also