Add

IPieSplitCustomPointCollection.Add method

Adds data point by its index in parent series points collection.

public void Add(int dataPointIndex)
ParameterTypeDescription
dataPointIndexInt32Index of data point in parent series points collection.

See Also