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



In This Topic
    Stroke Property (ChartStyle)
    In This Topic
    Gets or sets the stroke brush.
    Syntax
    'Declaration
     
    
    Public Property Stroke As Brush
    'Usage
     
    
    Dim instance As ChartStyle
    Dim value As Brush
     
    instance.Stroke = value
     
    value = instance.Stroke
    public Brush Stroke {get; set;}
    public:
    property Brush^ Stroke {
       Brush^ get();
       void set (    Brush^ value);
    }
    See Also