Class ChartAreasExval
Inheritance
System.Object
ChartAreasExval
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 ChartAreasExval : IReportDispose, IDisposable
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
Methods
Dispose()
Declaration
Implements
System.IDisposable