Search
AxisRenderer.AxisStrokeThickness Property
See Also
 






Gets or sets the thickness axis lines should be stroked with.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Nullable<Double> AxisStrokeThickness { get; set; }

Visual Basic  Copy Code

Public Property AxisStrokeThickness As Nullable(Of Double)

 Property Value

A nullable double value.

 See Also