Version

DataAppearance Constructor(IChartComponent)

Creates Data Appearance object with default properties for a given IChartComponent.
Syntax
'Declaration
 
Public Function New( _
   ByVal component As IChartComponent _
)
public DataAppearance( 
   IChartComponent component
)

Parameters

component
An IChartComponent reference.
Remarks

This creates a DataAppearance object with its default properties and tied to a given IChartComponent reference. This method is called by the UltraChart infrastructure, and it should not be necessary to call this constructor from application code.

Following construction of the DataAppearance using this constructor, someone must call InitializeAppearance() at a point after the data is ready in order for the column list to be properly propagated.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also