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 AxisYTitle Units { get; set; }Public Property Units As AxisYTitle
Get
Set
public:
property AxisYTitle^ Units {
AxisYTitle^ get ();
void set (AxisYTitle^ value);
}Property Value
Type:
AxisYTitle
See Also