PlotMargin Property (FlexChart)
In This Topic
Gets or sets the plot area margin.
Syntax
'Declaration
<C1DescriptionAttribute("FlexChart.PlotMargin", "Gets or sets the plot area margin.")>
Public Property PlotMargin As Padding
[C1Description("FlexChart.PlotMargin", "Gets or sets the plot area margin.")]
public Padding PlotMargin {get; set;}
See Also