Skip to main content

CrosshairOptionsBase Members

The base class for all crosshair options.

Fields

Name Description
CommonLabelPositionProperty static Identifies the CrosshairOptionsBase.CommonLabelPosition dependency property.
PopupTemplateProperty static Identifies the CrosshairOptionsBase.PopupTemplate dependency property.
ShowCrosshairLabelsProperty static Identifies the CrosshairOptionsBase.ShowCrosshairLabels dependency property.
ShowValueLineProperty static Identifies the CrosshairOptionsBase.ShowValueLine dependency property.
ValueLineBrushProperty static Identifies the CrosshairOptionsBase.ValueLineBrush dependency property.
ValueLineStyleProperty static Identifies the CrosshairOptionsBase.ValueLineStyle dependency property.

Properties

Name Description
CommonLabelPosition Gets or sets the position of a crosshair label when a common crosshair label is shown for all series on a diagram.
PopupTemplate Gets or sets the template of the Crosshair label’s popup panel.
ShowCrosshairLabels Gets or sets whether to show a crosshair label of a series point indicated by a crosshair cursor on a diagram.
ShowValueLine Gets or sets whether to show a value line of a series point indicated by a crosshair cursor on a diagram.
TypeNameSerializable Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject.
ValueLineBrush Gets or sets the brush of a crosshair value line.
ValueLineStyle Gets or sets the value line style settings of the crosshair cursor.

Events

Name Description
PropertyChanged Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject.
See Also