LightningChart .NET Help
Gets or sets axis units. 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 AxisXTitle Units { get; set; }Public Property Units As AxisXTitle
Get
Set
public:
property AxisXTitle^ Units {
AxisXTitle^ get ();
void set (AxisXTitle^ value);
}Property Value
Type:
AxisXTitle
See Also