Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / FlexChart Class / PlotMargin Property


In This Topic
    PlotMargin Property
    In This Topic
    Gets or sets the plot area margin.
    Syntax
    'Declaration
     
    
    Public Property PlotMargin As Xamarin.Forms.Thickness
    'Usage
     
    
    Dim instance As FlexChart
    Dim value As Xamarin.Forms.Thickness
     
    instance.PlotMargin = value
     
    value = instance.PlotMargin
    public Xamarin.Forms.Thickness PlotMargin {get; set;}
    See Also