Version

ScatterLineAppearance Class Members

The following tables list the members exposed by ScatterLineAppearance.

Public Constructors
 NameDescription
Public ConstructorScatterLineAppearance ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyLineRetrieves the LineAppearance object that can be used for accessing any presentation qualities specific to the hybrid chart's line layer.  
Public PropertyLineDataReturns a DataAppearance object that is used to configure the data connection of the Line Chart layer to a separate data source.  
Public PropertyScatterRetrieves an Appearance object that is used to access any presentation qualities specific to the hybrid chart's scatter layer.  
Public PropertyScatterDataReturns a DataAppearance object that is used to configure the data connection of the Scatter Chart layer to a separate data source.  
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 MethodCopyPropertiesCopies this object's properties to another ChartTypeAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
Public MethodToStringReturns a string representation of a ChartTypeAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
Protected Methods
 NameDescription
Protected MethodCreateInstanceDescriptorCreates and returns an InstanceDescriptor which represents this ChartTypeAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
See Also