AxisSmithBaseShowAbsoluteValues Property |
LightningChart .NET Help
Determines if the axis shows absolute or normalized values.
Namespace:
Arction.Wpf.ChartingMVVM.Axes
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool ShowAbsoluteValues { get; set; }<DefaultValueAttribute(true)>
Public Property ShowAbsoluteValues As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool ShowAbsoluteValues {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also