Back to Devexpress

CustomizeTotalLabelEventArgs Properties

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

latest2.6 KB
Original Source

CustomizeTotalLabelEventArgs Properties

Provides data for a Stacked Bar Total labels settings’ StackedBarTotalLabel.Customize event.

NameDescription
HandledGets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. Inherited from RoutedEventArgs.
OriginalSourceGets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. Inherited from RoutedEventArgs.
RoutedEventGets or sets the RoutedEvent associated with this RoutedEventArgs instance. Inherited from RoutedEventArgs.
SourceGets or sets a reference to the object that raised the event. Inherited from RoutedEventArgs.
StackedPointsReturns the collection of series points that form a series group whose total label is being customized.
TextGets or sets the total label text that is customized.
TotalValueReturns the total value of a series group whose total label is customized.

See Also

CustomizeTotalLabelEventArgs Class

CustomizeTotalLabelEventArgs Members

DevExpress.Xpf.Charts Namespace