Class ChartSeriesExval
Inheritance
System.Object
ChartSeriesExval
Assembly: BoldReports.UWP.dll
Syntax
public class ChartSeriesExval : Object
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 List<CustomPropertyExpVal> CustomProperties { get; set; }
Property Value
DataPointsStyle
Declaration
public List<PointStylesExval> DataPointsStyle { get; set; }
Property Value
EmptyPointsStyle
Declaration
public PointStylesExval EmptyPointsStyle { get; set; }
Property Value
Label
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
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 |
|