Click or drag to resize

DataCursor Class

LightningChart .NET Help
DataCursor shows information about the closest data value to the mouse cursor.
Inheritance Hierarchy

Namespace: LightningChartLib.UWP.ChartingMVVM.DataCursor
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class DataCursor : ChartNode

The DataCursor type exposes the following members.

Constructors
 NameDescription
Public methodDataCursor Simple constructor for Form designer's list editor.
Public methodDataCursor(IChartNode) Constructor.
Top
Properties
 NameDescription
Public propertyLabelFont Gets and sets Label font. This is a dependency property.
Public propertyResults Gets and sets the result table properties. This is a dependency property.
Public propertyShowColorIndicator Gets and sets if the Color Indicator is shown above the result table. This is a dependency property.
Public propertyShowHaircrossLines Gets and sets if haircross lines are shown. This is a dependency property.
Public propertyShowLabels Gets and sets if the axis labels are shown. This is a dependency property.
Public propertyShowResultTable Gets and sets if theresult table is shown. This is a dependency property.
Public propertyShowTag Gets and sets if tag field is shown in the result table. This is a dependency property.
Public propertyShowTrackingPoint Gets and sets if tracking point is shown. This is a dependency property.
Public propertySnapToNearestDataPoint Gets and sets if cursor is snapped to the nearest data point. This is a dependency property.
Public propertystrTag Gets and sets the tag field name shown in the result table if ShowTag is enabled. This is a dependency property.
Public propertyVisible Gets and sets the data cursor's visible state. This is a dependency property.
Top
Methods
 NameDescription
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
Public methodToString Convert class description to string
Top
Events
 NameDescription
Public eventValueChangedInternallyEvent Value has changed internally by chart or by user manipulation of chart object.
(Inherited from ChartNode)
Top
Fields
 NameDescription
Public fieldStatic memberLabelFontProperty Identifies the LabelFont dependency property.
Public fieldStatic memberResultsProperty Identifies the Results dependency property.
Public fieldStatic memberShowColorIndicatorProperty Identifies the ShowColorIndicator dependency property.
Public fieldStatic memberShowHaircrossLinesProperty Identifies the ShowHaircrossLines dependency property.
Public fieldStatic memberShowLabelsProperty Identifies the ShowLabels dependency property.
Public fieldStatic memberShowResultTableProperty Identifies the ShowResultTable dependency property.
Public fieldStatic memberShowTagProperty Identifies the ShowTag dependency property.
Public fieldStatic memberShowTrackingPointProperty Identifies the ShowTrackingPoint dependency property.
Public fieldStatic memberSnapToNearestDataPointProperty Identifies the SnapToNearestDataPoint dependency property.
Public fieldStatic memberstrTagProperty Identifies the strTag dependency property.
Public fieldStatic memberVisibleProperty Identifies the Visible dependency property.
Top
See Also