Back to Devexpress

TdxChartSimpleDiagram.ForEachSeries(TdxChartSimpleDiagram.TForEachSeriesProc) Method

vcl-dxchartsimplediagram-dot-tdxchartsimplediagram-dot-foreachseries-x28-dxchartsimplediagram-dot-tdxchartsimplediagram-dot-tforeachseriesproc-x29.md

latest1.0 KB
Original Source

TdxChartSimpleDiagram.ForEachSeries(TdxChartSimpleDiagram.TForEachSeriesProc) Method

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

Declaration

delphi
procedure ForEachSeries(AHandler: TdxChartSimpleDiagram.TForEachSeriesProc);

Parameters

NameTypeDescription
AHandlerTdxChartSimpleDiagram.TForEachSeriesProc

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

|

See Also

TdxChartXYDiagram.ForEachSeries Procedure

TdxChartSimpleDiagram Class

TdxChartSimpleDiagram Members

dxChartSimpleDiagram Unit