Skip to main content

Crosshair3DOptions Members

Contains settings that define how to draw a crosshair cursor within a 3D chart.

Constructors

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

Fields

Name Description
CommonLabelPositionProperty static Identifies the CrosshairOptionsBase.CommonLabelPosition dependency property. Inherited from CrosshairOptionsBase.
MarkerModelProperty static Identifies the Crosshair3DOptions.MarkerModel dependency property.
PopupTemplateProperty static Identifies the CrosshairOptionsBase.PopupTemplate dependency property. Inherited from CrosshairOptionsBase.
ShowCrosshairLabelsProperty static Identifies the CrosshairOptionsBase.ShowCrosshairLabels dependency property. Inherited from CrosshairOptionsBase.
ShowMarkerProperty static Identifies the Crosshair3DOptions.ShowMarker dependency property.
ShowValueLabelProperty static Identifies the Crosshair3DOptions.ShowValueLabel dependency property.
ShowValueLineProperty static Identifies the CrosshairOptionsBase.ShowValueLine dependency property. Inherited from CrosshairOptionsBase.
ShowXArgumentLabelProperty static Identifies the Crosshair3DOptions.ShowXArgumentLabel dependency property.
ShowXArgumentLineProperty static Identifies the Crosshair3DOptions.ShowXArgumentLine dependency property.
ShowYArgumentLabelProperty static Identifies the Crosshair3DOptions.ShowYArgumentLabel dependency property.
ShowYArgumentLineProperty static Identifies the Crosshair3DOptions.ShowYArgumentLine dependency property.
ValueLineBrushProperty static Identifies the CrosshairOptionsBase.ValueLineBrush dependency property. Inherited from CrosshairOptionsBase.
ValueLineStyleProperty static Identifies the CrosshairOptionsBase.ValueLineStyle dependency property. Inherited from CrosshairOptionsBase.
XArgumentLineBrushProperty static Identifies the Crosshair3DOptions.XArgumentLineBrush dependency property.
XArgumentLineStyleProperty static Identifies the Crosshair3DOptions.XArgumentLineStyle dependency property.
YArgumentLineBrushProperty static Identifies the Crosshair3DOptions.YArgumentLineBrush dependency property.
YArgumentLineStyleProperty static Identifies the Crosshair3DOptions.YArgumentLineStyle 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. Inherited from CrosshairOptionsBase.
MarkerModel Gets or sets the model of a marker displaying the Crosshair cursor position.
PopupTemplate Gets or sets the template of the Crosshair label’s popup panel. Inherited from CrosshairOptionsBase.
ShowCrosshairLabels Gets or sets whether to show a crosshair label of a series point indicated by a crosshair cursor on a diagram. Inherited from CrosshairOptionsBase.
ShowMarker Gets or sets the value specifying whether the Crosshair marker should be shown.
ShowValueLabel Gets or sets the value specifying whether the axis value label should be displayed.
ShowValueLine Gets or sets whether to show a value line of a series point indicated by a crosshair cursor on a diagram. Inherited from CrosshairOptionsBase.
ShowXArgumentLabel Gets or sets the value specifying whether the X-argument label should be shown.
ShowXArgumentLine Gets or sets the value specifying whether the X-argument line should be shown.
ShowYArgumentLabel Gets or sets the value indicating whether the Y-argument line should be shown.
ShowYArgumentLine Gets or sets the value indicating whether the Y-argument line should be shown.
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. Inherited from CrosshairOptionsBase.
ValueLineStyle Gets or sets the value line style settings of the crosshair cursor. Inherited from CrosshairOptionsBase.
XArgumentLineBrush Gets or sets the color of the Crosshair X-argument line.
XArgumentLineStyle Gets or sets the line style of the Crosshair X-argument line.
YArgumentLineBrush Gets or sets the line style of the Crosshair Y-argument brush.
YArgumentLineStyle Gets or sets the line style of the Crosshair Y-argument line.

Events

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