PieSplitCustomPointCollection class

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

PropertyDescription
is_synchronizedReturns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only bool.
sync_rootReturns a synchronization root.
Read-only any.

Returns chart data point for specified index.

Indexer

NameDescription
[index]Index.

Methods

MethodDescription
addAdds data point by its index in parent series points collection.

See Also