Version

ChartLayerAppearance Class Members

The following tables list the members exposed by ChartLayerAppearance.

Public Constructors
 NameDescription
Public ConstructorChartLayerAppearance ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyAxisXThe Axis for this layer to use as its X-axis.  
Public PropertyAxisYThe Axis for this layer to use as its Y-axis.  
Public PropertyAxisY2The Axis for this layer to use as its Y2-axis.  
Public PropertyChartAreaThe ChartArea to render this layer into.  
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyChartLayerRun-time property for the actual ChartLayer which this ChartLayerAppearance object represents.  
Public PropertyChartTypeThe type of chart to be represented in this layer.  
Public PropertyChartTypeAppearanceContains appearance properties which affect this chart layer.  
Public PropertyKeyA unique identifier for this ChartLayerAppearance in a ChartLayerCollection.  
Public PropertyLegendItemGets or sets the legend item. Legend item can represent a Data Point or a Series. For example, Pie chart needs legend item for every data point. The most of chart types use one legend item per series.  
Public PropertySeriesThe collection of series to be consumed by this layer.  
Public PropertySwapRowsAndColumnsValue indicating whether Series should be swapped with DataPoints.  
Public PropertyVisibleDetermines whether or not this ChartLayer should be visible.  
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 MethodAxesValidForLayerDetermines whether or not the axes used by this ChartLayerAppearance satisfy its axis requirements.  
Public MethodCloneCreates and returns a copy of this ChartLayerAppearance object.  
Public MethodCreateChartLayerCreates a ChartLayer based on the setting of the ChartType property and sets the ChartLayer property of this ChartLayerAppearance object.  
Public MethodToStringReturns a string representation of this ChartLayerAppearance object.  
See Also