Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.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 C1Thickness
    'Usage
     
    
    Dim instance As FlexChart
    Dim value As C1Thickness
     
    instance.PlotMargin = value
     
    value = instance.PlotMargin
    public C1Thickness PlotMargin {get; set;}
    See Also