ComponentOne FinancialChart for WPF
C1.WPF.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;}
    public:
    property double StrokeThickness {
       double get();
       void set (    double value);
    }
    See Also