Gets or sets a value indicating whether grid stripes should be pinned in place or scroll together with the plot when users pan it.
Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor
SyntaxC#
Copy Code
|
|---|
public bool PinGrid { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property PinGrid As Boolean |
See Also