MindFusion.Wpf Pack Programmer's Guide
AxesChart.CrosshairStrokeThickness Property
See Also
 





Gets or sets the thickness of the stroke for the crosshair.

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

 Syntax

C#  Copy Code

public double CrosshairStrokeThickness { get; set; }

Visual Basic  Copy Code

Public Property CrosshairStrokeThickness As Double

 Property Value

A double value. The default value is 2.0.

 Remarks

Use ShowCrosshair to enable the tracking cursor.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.Wpf Namespace