ComponentOne FinancialChart for WPF
PlotMargin Property



C1.WPF.Chart Namespace > C1FlexChart Class : PlotMargin Property
Gets or sets the plot area margin.
Syntax
'Declaration
 
Public Property PlotMargin As Thickness
'Usage
 
Dim instance As C1FlexChart
Dim value As Thickness
 
instance.PlotMargin = value
 
value = instance.PlotMargin
public Thickness PlotMargin {get; set;}
public:
property Thickness PlotMargin {
   Thickness get();
   void set (    Thickness value);
}
See Also

Reference

C1FlexChart Class
C1FlexChart Members