IChartWidget

Assembly: Chart;

Description

The IChartWidget interface is used to work with base properties of the ChartWidget component.

Inheritance Hierarchy

          IComponent

          IWidget

          IChartWidget

Comments

To manually activate the ChartWidget component, set the Active property to True in the development environment inspector object.

Properties

  Property name Brief description
The Source property determines a data source for the ChartWidget component.

Properties inherited from IWidget

  Property name Brief description
Active The Active property determines whether component is active.
NavBar The NavBar property determines the component that will be used to display tabs.
Pads The Pads property returns the collection of tabs available for the specified data source.

Properties inherited from IComponent

  Property name Brief description

ComponentCount

The ComponentCount property returns the number of child components located on the parent component.

Components

The Components property returns the child component, which index is passed via the input parameter.

Data

The Data property is used to store any custom data.

Name

The Name property determines a component name.

Tag

The Tag property is not used by the compiler. The user can change the value of the property and use it at his own discretion.

See also:

Chart Assembly Interfaces