Assembly: Chart;
Namespace: Prognoz.Platform.Interop.Chart;
The ChartWidget class is used to set up the ChartWidget component.
To manually activate the ChartWidget component, set in the development environment inspector object the Active property to True.
Class to get analog of the Class class:
None
Class to get analog of the Class class object:
ChartWidgetClass;
| Property name | Brief description | |
| The Source property determines a data source for the ChartWidget component. |
| 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. |
| 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: