Version

ChartLayerAppearance Class Properties

For a list of all members of this type, see ChartLayerAppearance members.

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)
See Also