Class ChartSeries
Represents the list of data points for one series.
Inheritance
System.Object
ChartSeries
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
ChartSeries()
Declaration
ChartSeries(ReportSerializer)
Declaration
public ChartSeries(ReportSerializer serializer)
Parameters
Properties
CategoryAxisName
Declaration
public string CategoryAxisName { get; set; }
Property Value
Type |
Description |
System.String |
|
ChartAreaName
Declaration
public string ChartAreaName { get; set; }
Property Value
Type |
Description |
System.String |
|
ChartDataLabel
Declaration
public ChartDataLabel ChartDataLabel { get; set; }
Property Value
ChartDataPoints
Declaration
public ChartDataPoints ChartDataPoints { get; set; }
Property Value
ChartEmptyPoints
Declaration
public ChartEmptyPoints ChartEmptyPoints { get; set; }
Property Value
ChartItemInLegend
Declaration
public ChartItemInLegend ChartItemInLegend { get; set; }
Property Value
ChartMarker
Declaration
public ChartMarker ChartMarker { get; set; }
Property Value
ChartSmartLabel
Declaration
public ChartSmartLabel ChartSmartLabel { get; set; }
Property Value
CustomProperties
Declaration
public CustomProperties CustomProperties { get; set; }
Property Value
Hidden
Declaration
public string Hidden { get; set; }
Property Value
Type |
Description |
System.String |
|
LegendName
Declaration
public string LegendName { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Style
Declaration
public Style Style { get; set; }
Property Value
Subtype
Declaration
public VisualizationSubType Subtype { get; set; }
Property Value
Type
Declaration
public VisualizationType Type { get; set; }
Property Value
ValueAxisName
Declaration
public string ValueAxisName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ResetChartEmptyPoints()
Declaration
public void ResetChartEmptyPoints()
ResetCustomProperties()
Declaration
public void ResetCustomProperties()
ResetSubtype()
Declaration
public void ResetSubtype()
ResetType()
Declaration
ShouldSerializeChartEmptyPoints()
Declaration
public bool ShouldSerializeChartEmptyPoints()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeCustomProperties()
Declaration
public bool ShouldSerializeCustomProperties()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeSubtype()
Declaration
public bool ShouldSerializeSubtype()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeType()
Declaration
public bool ShouldSerializeType()
Returns
Type |
Description |
System.Boolean |
|