Gets or sets the stroke for the crosshair.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public Brush CrosshairStroke { get; set; } |
Visual Basic Copy Code |
---|
Public Property CrosshairStroke As Brush |
An instance of the System.Windows.Media.Brush class. The default value is Brushes.Red.
Use ShowCrosshair to enable the tracking cursor.