AxisBaseCustomTicks Property |
LightningChart .NET Help
Gets or sets custom axis ticks. Allows uneven major division spacing and label text setting.
Note that to see the ticks you must set CustomAxisTicksEnabled property to true.
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
Syntaxpublic CustomAxisTickCollection CustomTicks { get; set; }Public Property CustomTicks As CustomAxisTickCollection
Get
Set
public:
property CustomAxisTickCollection^ CustomTicks {
CustomAxisTickCollection^ get ();
void set (CustomAxisTickCollection^ value);
}Property Value
Type:
CustomAxisTickCollection
See Also