FlexChart | ComponentOne
C1.Win.FlexChart.8 Assembly / C1.Win.Chart.Styles.Base Namespace / AxisBaseStyle Class / Group Property

In This Topic
    Group Property (AxisBaseStyle)
    In This Topic
    Gets or sets style containing display attributes that determine the general appearance of the C1.Win.Chart.FlexChart axis group elements.
    Syntax
    'Declaration
     
    Public Property Group As CommonBaseStyle
    public CommonBaseStyle Group {get; set;}
    See Also