Class ChartArea
Represents a chart area on the chart image.
Inheritance
System.Object
ChartArea
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.ReportControls.Wpf.dll
Syntax
Constructors
ChartArea()
Declaration
ChartArea(ReportSerializer)
Declaration
public ChartArea(ReportSerializer serializer)
Parameters
Properties
AlignOrientation
Declaration
public AlignOrientation AlignOrientation { get; set; }
Property Value
AlignWithChartArea
Declaration
public string AlignWithChartArea { get; set; }
Property Value
Type |
Description |
System.String |
|
ChartAlignType
Declaration
public ChartAlignType ChartAlignType { get; set; }
Property Value
ChartCategoryAxes
Declaration
public ChartCategoryAxes ChartCategoryAxes { get; set; }
Property Value
ChartElementPosition
Declaration
public ChartElementPosition ChartElementPosition { get; set; }
Property Value
ChartInnerPlotPosition
Declaration
public ChartInnerPlotPosition ChartInnerPlotPosition { get; set; }
Property Value
ChartThreeDProperties
Declaration
public ChartThreeDProperties ChartThreeDProperties { get; set; }
Property Value
ChartValueAxes
Declaration
public ChartValueAxes ChartValueAxes { 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 Style Style { get; set; }
Property Value
Methods
ResetAlignOrientation()
Declaration
public void ResetAlignOrientation()
ResetEquallySizedAxesFont()
Declaration
public void ResetEquallySizedAxesFont()
ResetHidden()
Declaration
public void ResetHidden()
ShouldSerializeAlignOrientation()
Declaration
public bool ShouldSerializeAlignOrientation()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeEquallySizedAxesFont()
Declaration
public bool ShouldSerializeEquallySizedAxesFont()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeHidden()
Declaration
public bool ShouldSerializeHidden()
Returns
Type |
Description |
System.Boolean |
|