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()
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
Constructors
ChartMember()
Declaration
ChartMember(ReportSerializer)
Declaration
public ChartMember(ReportSerializer serializer)
Parameters
Properties
ChartMembers
Declaration
public ChartMembers ChartMembers { get; set; }
Property Value
CustomProperties
Declaration
public CustomProperties CustomProperties { get; set; }
Property Value
DataElementName
Declaration
public string DataElementName { get; set; }
Property Value
Type |
Description |
System.String |
|
DataElementOutput
Declaration
public DataElementOutputs DataElementOutput { get; set; }
Property Value
Group
Declaration
public Group Group { get; set; }
Property Value
Label
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
SortExpressions
Declaration
public SortExpressions SortExpressions { get; set; }
Property Value
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 |
|