ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Series Class / Style Property



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