Search
Plot2D.GridLineThickness Property
See Also
 






Gets or sets the thickness of the grid lines.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property GridLineThickness As Nullable(Of Double)

 Property Value

A nullable double value.

 See Also