ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / C1FlexChart Class / PlotMargin Property



In This Topic
    PlotMargin Property
    In This Topic
    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