IChartWidget

Assembly: Chart;

Namespace: Prognoz.Platform.Interop.Chart;

Description

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

Inheritance hierarchy

          IComponent

          IWidget

          IChartWidget

Comments

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

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 a component is active.
NavBar The NavBar property determines the component used for visual displaying of tabs.
Pads The Pads property returns collection of tabs available for the specified source.

Properties inherited from IComponent

  Property name Brief description
The ComponentCount property returns the number of child components, located on the parent component.
The Components property returns a child component, the index of which is passed via the input parameter.
The Data property is used to store any custom data.
The Name property determines the component name.
The Tag property is not used by the compiler. A user can change the value of the Tag property and use it as he wishes.

See also:

Chart Assembly Interfaces