Gets or sets the thickness of the stroke for the crosshair.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public double CrosshairStrokeThickness { get; set; } |
Visual Basic Copy Code |
---|
Public Property CrosshairStrokeThickness As Double |
A double value. The default value is 2.0.
Use ShowCrosshair to enable the tracking cursor.