Interface IChartEditableCategory
Inherited Members
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public interface IChartEditableCategory : IChartSeriesCategory
Methods
Add(String)
Adds data to the end of the data representation.
Declaration
void Add(string category)
Parameters
Type | Name | Description |
---|---|---|
System.String | category | Category value. |
SetCategory(Int32, String)
Changes the Category value of the data point at the specified index.
Declaration
void SetCategory(int xIndex, string category)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | xIndex | Index value where the data is to be changed. |
System.String | category |