MindFusion.Wpf Pack Programmer's Guide
Chart3D.PlotAreaMargin Property
See Also
 





Gets or sets the margin around the plot area. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public Thickness PlotAreaMargin { get; set; }

Visual Basic  Copy Code

Public Property PlotAreaMargin As Thickness

 Property Value

An instance of the WPF Thickness structure. The default is Thickness(10).

 See Also

Chart3D Members
Chart3D Class
MindFusion.Charting.Wpf Namespace