Version

IChartComponent Interface

Interface representing the common, low-level component features in UltraWinChart and UltraWebChart.
Syntax
'Declaration
 
Public Interface IChartComponent 
public interface IChartComponent 
Remarks

When programming the chart control's advanced features (e.g.,ILayer implementation), the chart exposes some of the necessary functionality (such as ChartAppearances) only through IChartComponent. Familiarity with this interface empowers developers to make greater use of the Chart control's layer building framework.

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