Identifies how the crosshair is rendered.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public enum CrosshairType |
Visual Basic
Copy Code
|
|---|
Public Enum CrosshairType |
Members| Member name | Description | |
|---|---|---|
![]() |
ShowCrosshair |
Renders only the crosshair. |
![]() |
ShowValuesX |
Renders the crosshair together with the X-value. |
![]() |
ShowValuesXY |
Renders both the X and Y value and the crosshair. |
![]() |
ShowValuesY |
Renders the crosshair with the Y-value. |
See Also