Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartStyle Class / StrokeThickness Property


In This Topic
    StrokeThickness Property (ChartStyle)
    In This Topic
    Gets or sets the stroke thickness.
    Syntax
    'Declaration
     
    
    Public Property StrokeThickness As Double
    'Usage
     
    
    Dim instance As ChartStyle
    Dim value As Double
     
    instance.StrokeThickness = value
     
    value = instance.StrokeThickness
    public double StrokeThickness {get; set;}
    See Also