ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Axis Class / GroupStyle Property



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