Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartBase Class / PlotStyle Property


In This Topic
    PlotStyle Property
    In This Topic
    Gets or sets chart plot area style.
    Syntax
    'Declaration
     
    
    Public Property PlotStyle As ChartStyle
    'Usage
     
    
    Dim instance As ChartBase
    Dim value As ChartStyle
     
    instance.PlotStyle = value
     
    value = instance.PlotStyle
    public ChartStyle PlotStyle {get; set;}
    See Also