Search
Chart.Plot Property
See Also
 






Gets the chart's Plot component.

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

 Syntax

C#  Copy Code

public Plot Plot { get; }

Visual Basic  Copy Code

Public ReadOnly Property Plot As Plot

 Property Value

An instance of the Plot class.

 See Also