MindFusion.Wpf Pack Programmer's Guide
CrosshairType Enumeration
See Also
 





Identifies how the crosshair is rendered.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  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

MindFusion.Charting.Wpf Namespace