Skip to main content
A newer version of this page is available. .

CustomizeTotalLabelEventArgs.StackedPoints Property

Returns the collection of series points that form a series group whose total label is being customized.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public StackedBarSeriesPointReadOnlyList StackedPoints { get; }

Property Value

Type Description
DevExpress.Xpf.Charts.StackedBarSeriesPointReadOnlyList

The collection of series points that form a series group whose total label is being customized.

See Also