AxisBaseCustomTicks Property |
LightningChart .NET Help
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.
Namespace:
Arction.Wpf.Charting.Axes
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<CustomAxisTick> CustomTicks { get; set; }Public Property CustomTicks As List(Of CustomAxisTick)
Get
Set
public:
property List<CustomAxisTick^>^ CustomTicks {
List<CustomAxisTick^>^ get ();
void set (List<CustomAxisTick^>^ value);
}Property Value
Type:
ListCustomAxisTick
See Also