Back to Devexpress

TdxChartXYDiagram.ForEachSeries(TdxChartXYDiagram.TForEachSeriesProc) Method

vcl-dxchartxydiagram-dot-tdxchartxydiagram-dot-foreachseries-x28-dxchartxydiagram-dot-tdxchartxydiagram-dot-tforeachseriesproc-x29.md

latest989 B
Original Source

TdxChartXYDiagram.ForEachSeries(TdxChartXYDiagram.TForEachSeriesProc) Method

Applies the same set of actions to all XY series in the diagram.

Declaration

delphi
procedure ForEachSeries(AHandler: TdxChartXYDiagram.TForEachSeriesProc);

Parameters

NameTypeDescription
AHandlerTdxChartXYDiagram.TForEachSeriesProc

The procedural type of anonymous procedures that iterate through multiple XY series in a diagram and apply the same changes to them.

|

See Also

TdxChartSimpleDiagram.ForEachSeries Procedure

TdxChartXYDiagram Class

TdxChartXYDiagram Members

dxChartXYDiagram Unit