Gets or sets the thickness of plot grid lines.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public double GridLineThickness { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property GridLineThickness As Double |
A double value specifying the thickness of grid lines. The default value is 1.
See Also