Search
RealTimeChart.ShowCrosshairs Property
See Also
 





Gets or sets whether the crosshairs are visible.

Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf

 Syntax

C#  Copy Code

public bool ShowCrosshairs { get; set; }

Visual Basic  Copy Code

Public Property ShowCrosshairs As Boolean

 Property Value

true to show crosshairs, or false otherwise. The default value is false.

 See Also