Skip to main content

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.v23.2.dll

NuGet Package: 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