LineSeriesCursorIndicateTrackingYRange Property |
LightningChart .NET Help
Gets or sets if cursor style is set to 'TrackSeries', and multiple series values hit on same
cursor X position, adjusts series tracking horizontal line height to match the minimum
and maximum value on current cursor position. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(false)]
public bool IndicateTrackingYRange { get; set; }<DefaultValueAttribute(false)>
Public Property IndicateTrackingYRange As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool IndicateTrackingYRange {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also