ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / FlexChart Class / PlotMargin Property

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