Skip to main content

SeriesCrosshairOptions Members

Stores the series’ crosshair cursor settings.

Constructors

Name Description
SeriesCrosshairOptions() Initializes a new instance of the SeriesCrosshairOptions class with default settings.

Fields

Name Description
AxisLabelVisibleProperty static Identifies the AxisLabelVisible bindable property.
AxisLineVisibleProperty static Identifies the AxisLineVisible bindable property.
EnabledProperty static Identifies the Enabled bindable property. Inherited from SeriesHintOptionsBase.
PointTextPatternProperty static Identifies the PointTextPattern bindable property. Inherited from SeriesHintOptionsBase.
PointTextProviderProperty static Identifies the PointTextProvider dependency property. Inherited from SeriesHintOptionsBase.
SeriesTextPatternProperty static Identifies the SeriesTextPattern bindable property. Inherited from SeriesHintOptions.
ShowInLabelProperty static Identifies the ShowInLabel bindable property.

Properties

Name Description
AxisLabelVisible
AxisLineVisible
Enabled Inherited from SeriesHintOptionsBase.
PointTextPattern Specifies the tooltip text pattern. Inherited from SeriesHintOptionsBase.
PointTextProvider Inherited from SeriesHintOptionsBase.
SeriesTextPattern Inherited from SeriesHintOptions.
ShowInLabel
See Also