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





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

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.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 Thickness structure. The default is Thickness(0).

 See Also

LineChart Members
LineChart Class
MindFusion.Reporting.Wpf Namespace