WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IChartAxisGroupingLabelModel - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IChartAxisGroupingLabelModel

    Interface that needs to be implemented to display custom axis Grouping Labels.

    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public interface IChartAxisGroupingLabelModel

    Properties

    Count

    Returns the number of Grouping Labels.

    Declaration
    int Count { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    GetGroupingLabelAt(Int32)

    Returns the Grouping Label at the specified index.

    Declaration
    ChartAxisGroupingLabel GetGroupingLabelAt(int index)
    Parameters
    Type Name Description
    System.Int32 index

    Index value to look for.

    Returns
    Type Description
    ChartAxisGroupingLabel

    ChartAxisGroupingLabel to be used as Grouping Label.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved