ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartAxis<T> Class / GroupsOptions Property






In This Topic
    GroupsOptions Property (ChartAxis<T>)
    In This Topic
    Gets or sets label groups settings for the axis
    Syntax
    'Declaration
     
    
    Public ReadOnly Property GroupsOptions As AxisGroupsOptions
    'Usage
     
    
    Dim instance As ChartAxis(Of T)
    Dim value As AxisGroupsOptions
     
    value = instance.GroupsOptions
    public AxisGroupsOptions GroupsOptions {get;}
    public read-only property GroupsOptions: AxisGroupsOptions; 
    public function get GroupsOptions : AxisGroupsOptions
    public: __property AxisGroupsOptions* get_GroupsOptions();
    public:
    property AxisGroupsOptions^ GroupsOptions {
       AxisGroupsOptions^ get();
    }
    See Also