menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IChartEditableCategory - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IChartEditableCategory

    Inherited Members
    IChartSeriesCategory.Changed
    IChartSeriesCategory.GetCategory(Int32)
    IChartSeriesCategory.GetY(Int32)
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved