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