menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartCategory - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartCategory

    Represents category in the chart.

    Inheritance
    System.Object
    CommonObject
    ChartCategory
    Implements
    System.IDisposable
    IChartCategory
    IParentApplication
    Inherited Members
    CommonObject.AddReference()
    CommonObject.AppImplementation
    CommonObject.Application
    CommonObject.CheckDisposed()
    CommonObject.Dispose()
    CommonObject.Finalize()
    CommonObject.FindParent(Object, Type)
    CommonObject.FindParent(Object, Type, Boolean)
    CommonObject.FindParent(Type)
    CommonObject.FindParent(Type, Boolean)
    CommonObject.FindParent(Type[])
    CommonObject.FindParents(Type[])
    CommonObject.m_bIsDisposed
    CommonObject.OnDispose()
    CommonObject.Parent
    CommonObject.ReferenceCount
    CommonObject.ReleaseReference()
    CommonObject.SetParent(Object)
    Namespace: Syncfusion.XlsIO.Implementation.Charts
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class ChartCategory : CommonObject, IDisposable, IChartCategory, IParentApplication

    Constructors

    ChartCategory(IApplication, Object)

    Initializes a new instance of ChartCategory class with the specified application and parent objects.

    Declaration
    public ChartCategory(IApplication application, object parent)
    Parameters
    Type Name Description
    IApplication application
    System.Object parent

    Fields

    Filter_customize

    Represents a Boolean value indicating if the category filter is customized.

    Declaration
    public bool Filter_customize
    Field Value
    Type
    System.Boolean

    Properties

    CategoryLabel

    Gets the category label for the chart. Read only.

    Declaration
    public IRange CategoryLabel { get; set; }
    Property Value
    Type
    IRange

    IsFiltered

    True if the user filters out a series. otherwise False.

    Declaration
    public bool IsFiltered { get; set; }
    Property Value
    Type
    System.Boolean

    Name

    Gets the category name. Read only.

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    Values

    Gets the category values. Read only.

    Declaration
    public IRange Values { get; set; }
    Property Value
    Type
    IRange

    Implements

    System.IDisposable
    IChartCategory
    IParentApplication
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved