Crosshair3DOptions Properties
Contains settings that define how to draw a crosshair cursor within a 3D chart.Name | Description |
---|---|
CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
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. |
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
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. |
See Also