Class ChartAreasExval
Inheritance
System.Object
ChartAreasExval
Assembly: BoldReports.UWP.dll
Syntax
public class ChartAreasExval : Object
Constructors
ChartAreasExval()
Declaration
Properties
AlignOrientation
Declaration
public string AlignOrientation { get; set; }
Property Value
Type |
Description |
System.String |
|
AlignWithChartArea
Declaration
public string AlignWithChartArea { get; set; }
Property Value
Type |
Description |
System.String |
|
BackgroundImg
Declaration
public string BackgroundImg { get; set; }
Property Value
Type |
Description |
System.String |
|
Chart3D
Declaration
public Chart3DPropertiesExpVal Chart3D { get; set; }
Property Value
ChartAreaXAxis
Declaration
public List<ChartAreaAxisExval> ChartAreaXAxis { get; set; }
Property Value
ChartAreaYAxis
Declaration
public List<ChartAreaAxisExval> ChartAreaYAxis { get; set; }
Property Value
ChartElementPosition
Declaration
public ChartElementPositionExval ChartElementPosition { get; set; }
Property Value
ChartInnerPlotPosition
Declaration
public ChartElementPositionExval ChartInnerPlotPosition { get; set; }
Property Value
ChartSeries
Declaration
public List<ChartSeriesExval> ChartSeries { get; set; }
Property Value
EquallySizedAxesFont
Declaration
public bool EquallySizedAxesFont { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Hidden
Declaration
public bool Hidden { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Style
Declaration
public ItemStyleExval Style { get; set; }
Property Value