Gets or sets the plot area where the chart is drawn. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public FrameworkElement PlotArea { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property PlotArea As FrameworkElement |
A WPF FrameworkElement object.
See Also