MindFusion.Charting for Silverlight Programmer's Guide
Chart.PlotAreaMargin Property
See Also
 






Gets or sets the margin around the plot area.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public Thickness PlotAreaMargin { get; set; }

Visual Basic  Copy Code

Public Property PlotAreaMargin As Thickness

 Property Value

An instance of the System.Windows

 Remarks

The plot area is the canvas where the chart graphics is drawn. Around the plot area are located the title and the legend(s).

 See Also

Chart Members
Chart Class
MindFusion.Charting.Silverlight Namespace