AxisXYBaseRangeRevertEnabled Property |
LightningChart .NET Help
Range revert enabled. Disable this if you don't want the RangeRevert operation to effect this axis.
Namespace:
Arction.Wpf.Charting.Axes
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool RangeRevertEnabled { get; set; }<DefaultValueAttribute(true)>
Public Property RangeRevertEnabled As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool RangeRevertEnabled {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also