Back to Devexpress

ChartHitInfo.StackedBarTotalLabel Property

wpf-devexpress-dot-xpf-dot-charts-dot-charthitinfo-f6ae1cb3.md

latest1.5 KB
Original Source

ChartHitInfo.StackedBarTotalLabel Property

Returns the topmost total label that is under the test point.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public StackedBarTotalLabel StackedBarTotalLabel { get; }
vb
Public ReadOnly Property StackedBarTotalLabel As StackedBarTotalLabel

Property Value

TypeDescription
StackedBarTotalLabel

The topmost total label that is under the test point.

|

Remarks

Use the StackedBarTotalLabel property to access the series label located under the test point if the ChartHitInfo.InStackedBarTotalLabel property returns true. If the ChartHitInfo.InStackedBarTotalLabel is false, then the SeriesLabel property returns null ( Nothing in Visual Basic).

See Also

ChartHitInfo Class

ChartHitInfo Members

DevExpress.Xpf.Charts Namespace