Search
Chart.ChartPanel Property
See Also
 






Gets the GridPanel that contains the chart's PlotPanel and axis renderers.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public GridPanel ChartPanel { get; set; }

Visual Basic  Copy Code

Public Property ChartPanel As GridPanel

 Property Value

An instance of the GridPanel class.

 See Also