ChartWidget

Assembly: Chart;

Namespace: Prognoz.Platform.Interop.Chart;

Description

The ChartWidget class is used to set up the ChartWidget component.

Comments

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

Fore.NET Syntax

Class to get analog of the Class class:

None

Class to get analog of the Class class object:

ChartWidgetClass;

Class object properties inherited from IChartWidget

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

Class object 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.

Designers 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 Classes