Back to Devexpress

CustomizeTotalLabelEventArgs.StackedPoints Property

wpf-devexpress-dot-xpf-dot-charts-dot-customizetotallabeleventargs.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public StackedBarSeriesPointReadOnlyList StackedPoints { get; }
vb
Public ReadOnly Property StackedPoints As StackedBarSeriesPointReadOnlyList

Property Value

TypeDescription
DevExpress.Xpf.Charts.StackedBarSeriesPointReadOnlyList

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

|

See Also

CustomizeTotalLabelEventArgs Class

CustomizeTotalLabelEventArgs Members

DevExpress.Xpf.Charts Namespace