TdxChartXYDiagram Events
An XY diagram in the Chart control.Name | Description |
---|---|
OnBeforeZoom | Allows you to cancel a zoom operation in the XY diagram. |
OnGetAxisValueLabelDrawParameters | Allows you to customize individual axis value labels in the diagram. |
OnGetSeriesPointDrawParameters | Allows you to customize the appearance of individual series points. Inherited from TdxChartCustomDiagram. |
OnGetValueLabelDrawParameters | Allows you to customize series value labels. Inherited from TdxChartCustomDiagram. |
OnScroll | Allows you to respond to scroll operations in the XY diagram. |
OnZoom | Allows you to respond to zoom operations in the XY diagram. |
See Also