Version

ChartArea Class Members

The following tables list the members exposed by ChartArea.

Public Constructors
 NameDescription
Public ConstructorChartArea ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyAxesThe axes contained within this ChartArea.  
Public PropertyBorderThe BorderAppearance object with properties which affect the appearance of this ChartArea'as border.  
Public PropertyBoundsA Rectangle representing the location and size of this ChartArea.  
Public PropertyBoundsMeasureTypeGets or Sets the unit of measurement to use for the Bounds property.  
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyGridPEThe PaintElement used for the background of this ChartArea.  
Public PropertyInnerBoundsThe inner bounds of this ChartArea.  
Public PropertyKeyA unique identifier for this ChartArea in a collection.  
Public PropertyPEThe PaintElement used for the background of this ChartArea.  
Public PropertyVisibleDetermines whether or not this ChartArea should be rendered.  
Protected Properties
 NameDescription
Protected PropertydirtyA dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Protected PropertynoUpdateSet the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public Methods
 NameDescription
Public MethodCloneCreates and returns a copy of this ChartArea.  
Public MethodFillSceneGraphRenders this ChartArea to a SceneGraph, along with all Axes and ChartLayers contained therein.  
Public MethodToStringReturns a string representation of this ChartArea.  
See Also