Class ChartSeriesExval
Inheritance
System.Object
ChartSeriesExval
Implements
System.IDisposable
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
public class ChartSeriesExval : IReportDispose, IDisposable
Constructors
ChartSeriesExval()
Declaration
public ChartSeriesExval()
Properties
CategoryAxisName
Declaration
public string CategoryAxisName { get; set; }
Property Value
Type |
Description |
System.String |
|
ChartSmartLabel
Declaration
public ChartSmartLabelExval ChartSmartLabel { get; set; }
Property Value
CustomProperties
Declaration
public CustomPropertiesExpVal CustomProperties { get; set; }
Property Value
DataPointsStyle
Declaration
public List<PointStylesExval> DataPointsStyle { get; set; }
Property Value
DataType
Declaration
public string DataType { get; set; }
Property Value
Type |
Description |
System.String |
|
EmptyPointsStyle
Declaration
public PointStylesExval EmptyPointsStyle { get; set; }
Property Value
Label
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public LanguagesDateFormat LanguagesDateFormat { get; set; }
Property Value
Legend
Declaration
public ChartItemInLegendExval Legend { get; set; }
Property Value
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 |
|
PointValues
Declaration
public List<ChartPointValue> PointValues { get; set; }
Property Value
Style
Declaration
public ItemStyleExval Style { get; set; }
Property Value
SubType
Declaration
public string SubType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string TooltipX { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
ValueAxisName
Declaration
public string ValueAxisName { get; set; }
Property Value
Type |
Description |
System.String |
|
Visibility
Declaration
public bool Visibility { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Dispose()
Declaration
Implements
System.IDisposable