ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / ChartStyle Class / StrokeWidth Property

In This Topic
    StrokeWidth Property (ChartStyle)
    In This Topic
    Gets or sets the stroke width.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("ChartStyle.StrokeWidth", "Gets or sets the stroke width.")>
    <DefaultValueAttribute(1)>
    Public Property StrokeWidth As Single
    [C1Description("ChartStyle.StrokeWidth", "Gets or sets the stroke width.")]
    [DefaultValue(1)]
    public float StrokeWidth {get; set;}
    See Also