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

In This Topic
    StrokeColor Property (ChartStyle)
    In This Topic
    Gets or sets the stroke color.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("ChartStyle.StrokeColor", "Gets or sets the stroke color.")>
    Public Property StrokeColor As Color
    [C1Description("ChartStyle.StrokeColor", "Gets or sets the stroke color.")]
    public Color StrokeColor {get; set;}
    See Also