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

In This Topic
    Stroke Property (ChartStyle)
    In This Topic
    Gets or sets the stroke brush of element.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    <C1DescriptionAttribute("ChartStyle.Stroke", "Gets or sets the stroke brush of element.")>
    <BrowsableAttribute(False)>
    Public Property Stroke As Brush
    [DefaultValue("")]
    [C1Description("ChartStyle.Stroke", "Gets or sets the stroke brush of element.")]
    [Browsable(false)]
    public Brush Stroke {get; set;}
    See Also