Gets the GridPanel that contains the chart's PlotPanel and axis renderers.
Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor
SyntaxC#
Copy Code
|
|---|
public GridPanel ChartPanel { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ChartPanel As GridPanel |
See Also