Charting for WPF Programmer's Guide

Chart.PlotAreaMargin Property

See Also
 


Gets or sets the margin around the plot area.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public Thickness PlotAreaMargin { get; set; }

Visual Basic  Copy Code

Public Property PlotAreaMargin As Thickness

 Property Value

An instance of WPF's Thickness structure. Default value is Thickness(10).

 Remarks

The plot area is the rectangle where the chart graphics together with chart labels are drawn, excluding legends and the title.

 See Also