ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartMember - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartMember

    Represents a category or series member for a chart hierarchy.

    Inheritance
    System.Object
    ChartMember
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class ChartMember

    Constructors

    ChartMember()

    Declaration
    public ChartMember()

    ChartMember(ReportSerializer)

    Declaration
    public ChartMember(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Properties

    ChartMembers

    Declaration
    public ChartMembers ChartMembers { get; set; }
    Property Value
    Type Description
    ChartMembers

    CustomProperties

    Declaration
    public CustomProperties CustomProperties { get; set; }
    Property Value
    Type Description
    CustomProperties

    DataElementName

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

    DataElementOutput

    Declaration
    public DataElementOutputs DataElementOutput { get; set; }
    Property Value
    Type Description
    DataElementOutputs

    Group

    Declaration
    public Group Group { get; set; }
    Property Value
    Type Description
    Group

    Label

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

    SortExpressions

    Declaration
    public SortExpressions SortExpressions { get; set; }
    Property Value
    Type Description
    SortExpressions

    Methods

    ResetCustomProperties()

    Declaration
    public void ResetCustomProperties()

    ResetDataElementOutput()

    Declaration
    public void ResetDataElementOutput()

    ResetSortExpressions()

    Declaration
    public void ResetSortExpressions()

    ShouldSerializeChartMembers()

    Declaration
    public bool ShouldSerializeChartMembers()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeCustomProperties()

    Declaration
    public bool ShouldSerializeCustomProperties()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeDataElementOutput()

    Declaration
    public bool ShouldSerializeDataElementOutput()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeSortExpressions()

    Declaration
    public bool ShouldSerializeSortExpressions()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved