Search
Chart.PlotPanel Property
See Also
 






Gets the Panel that contains the chart's plot and associated elements.

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

 Syntax

C#  Copy Code

public Panel PlotPanel { get; }

Visual Basic  Copy Code

Public ReadOnly Property PlotPanel As Panel

 Property Value

An instance of the Panel class.

 See Also