Back to Devexpress

CustomDrawSeriesPointEventArgs Properties

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

latest3.9 KB
Original Source

CustomDrawSeriesPointEventArgs Properties

Provides data for a chart control’s ChartControl.CustomDrawSeriesPoint event.

NameDescription
DrawOptionsGets the settings for custom drawing series of different view types. Inherited from CustomDrawSeriesEventArgs.
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.
LabelsTextsGets the labels texts for the points currently being painted.
LabelTextGets or sets the text of a label for the point currently being painted.
LegendTextGets or sets the Legend’s text for the series whose points are currently being painted. Inherited from CustomDrawSeriesEventArgs.
OriginalSourceGets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. Inherited from RoutedEventArgs.
PercentValueReturns the portion of the series point’s value within the total value of a series group to which the series point belongs.
RoutedEventGets or sets the RoutedEvent associated with this RoutedEventArgs instance. Inherited from RoutedEventArgs.
SeriesGets the series whose points are currently being painted. Inherited from CustomDrawSeriesEventArgs.
SeriesPointGets the series point currently being painted.
SourceGets or sets a reference to the object that raised the event. Inherited from RoutedEventArgs.
TotalValueReturns the total value of a series group to which the series point belongs.

See Also

CustomDrawSeriesPointEventArgs Class

CustomDrawSeriesPointEventArgs Members

DevExpress.Xpf.Charts Namespace