Back to Devexpress

IPieSeriesData Methods

maui-devexpress-dot-maui-dot-charts-dot-ipieseriesdata-dot-underscore-methods.md

latest968 B
Original Source

IPieSeriesData Methods

The interface should be implemented by an object that provide data for PieSeries.

NameDescription
GetDataCount()Returns the number of data items.
GetKey(Int32)Returns the data item at the specified index.
GetLabel(Int32)Gets the label for a data item at the specified index.
GetValue(Int32)Gets or sets the value for a data item at the specified index.

See Also

IPieSeriesData Interface

IPieSeriesData Members

DevExpress.Maui.Charts Namespace