ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Axis Class / GroupSeparator Property

In This Topic
    GroupSeparator Property (Axis)
    In This Topic
    Gets or sets the group separators.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Axis.GroupSeparator", "Gets or sets the group separators.")>
    Public Property GroupSeparator As AxisGroupSeparator
    [C1Description("Axis.GroupSeparator", "Gets or sets the group separators.")]
    public AxisGroupSeparator GroupSeparator {get; set;}
    See Also