TdxChartXYDiagram Properties
An XY diagram in the Chart control.| Name | Description |
|---|---|
| Appearance | Provides access to diagram appearance settings. Inherited from TdxChartCustomDiagram. |
| Axes | Provides access to the diagram’s axes settings. |
| ComObject | Inherited from TComponent. |
| ComponentCount | Inherited from TComponent. |
| ComponentIndex | Inherited from TComponent. |
| Components | Inherited from TComponent. |
| ComponentState | Inherited from TComponent. |
| ComponentStyle | Inherited from TComponent. |
| DesignInfo | Inherited from TComponent. |
| Index | Specifies the diagram’s index in the Chart control. Inherited from TdxChartCustomDiagram. |
| Legend | Provides access to the diagram’s legend pane settings. Inherited from TdxChartCustomDiagram. |
| Name | Inherited from TComponent. |
| Observers | Inherited from TComponent. |
| Owner | Inherited from TComponent. |
| Rotated | Specifies if positions of X and Y axes in the diagram are swapped. |
| ScrollOptions | Provides access to scroll settings. |
| SecondaryAxes | Provides access to secondary axes of arguments and values. |
| Series | Provides indexed access to all XY series in the diagram. |
| SeriesCount | Returns the total number of series in the diagram. Inherited from TdxChartCustomDiagram. |
| Tag | Inherited from TComponent. |
| Title | Specifies the diagram title, and its position and appearance. Inherited from TdxChartCustomDiagram. |
| ToolTips | Provides access to diagram tooltip settings. |
| VCLComObject | Inherited from TComponent. |
| Visible | Specifies if the Chart control displays the diagram and its visible series. Inherited from TdxChartCustomDiagram. |
| VisibleSeries | Provides access to all visible series in the diagram. |
| VisibleSeriesCount | Returns the number of visible series. Inherited from TdxChartCustomDiagram. |
| ZoomOptions | Provides access to zoom settings. |
See Also