Search
PolarPlot.Padding Property
See Also
 






Gets or sets padding space between the plot's border and series graphics.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public int Padding { get; set; }

Visual Basic  Copy Code

Public Property Padding As Integer

 Property Value

An integer value.

 See Also