Click or drag to resize

DataCursor3D Class

LightningChart .NET Help
DataCursor shows information about the closest data value to the mouse cursor.
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVM.DataCursorDataCursor
      LightningChartLib.UWP.ChartingMVVM.DataCursorDataCursor3D

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 DataCursor3D : DataCursor

The DataCursor3D type exposes the following members.

Constructors
 NameDescription
Public methodDataCursor3D Simple constructor for Form designer's list editor.
Public methodDataCursor3D(IChartNode) Constructor.
Top
Properties
 NameDescription
Public propertyIndicatorLength Axis value indicator length. This is a dependency property.
Public propertyIndicatorWidth Axis value indicator width. This is a dependency property.
Public propertyLabelFont Gets and sets Label font. This is a dependency property.
(Inherited from DataCursor)
Public propertyLineStyle Gets and sets line style. This is a dependency property.
Public propertyResults Gets and sets the result table properties. This is a dependency property.
(Inherited from DataCursor)
Public propertyShowColorIndicator Gets and sets if the Color Indicator is shown above the result table. This is a dependency property.
(Inherited from DataCursor)
Public propertyShowHaircrossLines Gets and sets if haircross lines are shown. This is a dependency property.
(Inherited from DataCursor)
Public propertyShowLabels Gets and sets if the axis labels are shown. This is a dependency property.
(Inherited from DataCursor)
Public propertyShowResultTable Gets and sets if theresult table is shown. This is a dependency property.
(Inherited from DataCursor)
Public propertyShowTag Gets and sets if tag field is shown in the result table. This is a dependency property.
(Inherited from DataCursor)
Public propertyShowTrackingPoint Gets and sets if tracking point is shown. This is a dependency property.
(Inherited from DataCursor)
Public propertySnapToNearestDataPoint Gets and sets if cursor is snapped to the nearest data point. This is a dependency property.
(Inherited from DataCursor)
Public propertystrTag Gets and sets the tag field name shown in the result table if ShowTag is enabled. This is a dependency property.
(Inherited from DataCursor)
Public propertyTrackSeries Track series following its line. Applicable to LineSeries. This is a dependency property.
Public propertyTrackSeriesPixelTolerance Pixel tolerance for series line tracking. This is a dependency property.
Public propertyVisible Gets and sets the data cursor's visible state. This is a dependency property.
(Inherited from DataCursor)
Top
Methods
 NameDescription
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
Public methodToString Convert class description to string
(Overrides DataCursorToString)
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 memberIndicatorLengthProperty Identifies the IndicatorLength dependency property.
Public fieldStatic memberIndicatorWidthProperty Identifies the IndicatorLength dependency property.
Public fieldStatic memberLineStyleProperty Identifies the LineStyle dependency property.
Public fieldStatic memberTrackingPointStyleProperty Identifies the TrackSeriesPixelTolerance dependency property.
Public fieldStatic memberTrackSeriesPixelToleranceProperty Identifies the TrackSeriesPixelTolerance dependency property.
Public fieldStatic memberTrackSeriesProperty Identifies the TrackSeries dependency property.
Top
See Also