SeriesGuessContents

SeriesGuessContents function

function SeriesGuessContents(Const ASeries: TChartSeries): TeeFormatFlag;

Unit
TeEngine

Description
Given a Series, returns an special set describing the Series data.
This set might include Colors, Labels, XValues, indicating the Series contains that data.

It is internally used by SaveChartToStream method and others.

The purpose of this "flag" variable is to minimize the amount of data stored into the stream.
For example, if the Series has no Labels, Labels are not stored.