Click or drag to resize

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
Syntax
public CustomAxisTickCollection CustomTicks { get; set; }

Property Value

Type: CustomAxisTickCollection
See Also