Gets or sets the thickness of the grid lines.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C# Copy Code |
---|
public Nullable<Double> GridLineThickness { get; set; } |
Visual Basic Copy Code |
---|
Public Property GridLineThickness As Nullable(Of Double) |
An optional double value. The default value null indicates that grid lines should be drawn using theme's GridLineThickness.
MindFusion.Charting Developer's Guide | © 2024 MindFusion |