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 |
---|
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. |