Gets or sets the type of grid to draw in this chart.
Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor
SyntaxC#
Copy Code
|
|---|
public GridType GridType { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property GridType As GridType |
See Also