The following tables list the members exposed by ChartLayerAppearance.
| Name | Description | |
|---|---|---|
![]()  | ChartLayerAppearance Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
![]()  | AxisX | The Axis for this layer to use as its X-axis. | 
![]()  | AxisY | The Axis for this layer to use as its Y-axis. | 
![]()  | AxisY2 | The Axis for this layer to use as its Y2-axis. | 
![]()  | ChartArea | The ChartArea to render this layer into. | 
![]()  | ChartComponent | The charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) | 
![]()  | ChartLayer | Run-time property for the actual ChartLayer which this ChartLayerAppearance object represents. | 
![]()  | ChartType | The type of chart to be represented in this layer. | 
![]()  | ChartTypeAppearance | Contains appearance properties which affect this chart layer. | 
![]()  | Key | A unique identifier for this ChartLayerAppearance in a ChartLayerCollection. | 
![]()  | LegendItem | Gets 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. | 
![]()  | Series | The collection of series to be consumed by this layer. | 
![]()  | SwapRowsAndColumns | Value indicating whether Series should be swapped with DataPoints. | 
![]()  | Visible | Determines whether or not this ChartLayer should be visible. | 
| Name | Description | |
|---|---|---|
![]()  | dirty | A dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) | 
![]()  | noUpdate | Set the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) | 
| Name | Description | |
|---|---|---|
![]()  | AxesValidForLayer | Determines whether or not the axes used by this ChartLayerAppearance satisfy its axis requirements. | 
![]()  | Clone | Creates and returns a copy of this ChartLayerAppearance object. | 
![]()  | CreateChartLayer | Creates a ChartLayer based on the setting of the ChartType property and sets the ChartLayer property of this ChartLayerAppearance object. | 
![]()  | ToString | Returns a string representation of this ChartLayerAppearance object. |