MindFusion.Charting Programmer's Guide

Chart.ChartMargins Property

See Also
 





Gets or sets the margins of the chart.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Margins ChartMargins { get; set; }

Visual Basic  Copy Code

Public Property ChartMargins As Margins

 Property Value

An instance of the Margins class. Default is Margins set to 10f at all four sides.

 Remarks

Use the property to specify the space around the chart at all sides - left, top, right and bottom.

 See Also