DataSeriesAdapter(object, bool)

Construct by wrapping around a potential Data Series instance.

Declaration Syntax

public DataSeriesAdapter(object potentialDataSeries, bool enforceReadOnly)

Parameters

potentialDataSeries(object)

The Data Series to wrap.

enforceReadOnly(bool)

Whether to enforce read-only on the adapted Data Series.