PieSplitCustomPointCollection

PieSplitCustomPointCollection class

Represents a collection of points for splitting point in a bar-of-pie or pie-of-pie chart with a custom split.

The PieSplitCustomPointCollection type exposes the following members:

Properties

NameDescription
is_synchronizedReturns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only bool.
sync_rootReturns a synchronization root.
Read-only object.
as_i_enumerableReturns IEnumerable interface.

Indexer

NameDescription
[index]Returns chart data point for specified index.

Methods

NameDescription
add(data_point_index)Adds data point by its index in parent series points collection.

See Also