Identifies how the crosshair is rendered.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C#
![]() |
---|
public enum CrosshairType |
Visual Basic
![]() |
---|
Public Enum CrosshairType |
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. |