Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartAxis Class / Style Property


In This Topic
    Style Property (ChartAxis)
    In This Topic
    Gets or sets the axis style.
    Syntax
    'Declaration
     
    
    Public Property Style As ChartStyle
    'Usage
     
    
    Dim instance As ChartAxis
    Dim value As ChartStyle
     
    instance.Style = value
     
    value = instance.Style
    public ChartStyle Style {get; set;}
    See Also