Back to Devexpress

CustomDrawSeriesEventArgs Properties

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

latest2.7 KB
Original Source

CustomDrawSeriesEventArgs Properties

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

NameDescription
DrawOptionsGets the settings for custom drawing series of different view types.
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.
LegendTextGets or sets the Legend’s text for the series whose points are currently being painted.
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.
SeriesGets the series whose points are currently being painted.
SourceGets or sets a reference to the object that raised the event. Inherited from RoutedEventArgs.

See Also

CustomDrawSeriesEventArgs Class

CustomDrawSeriesEventArgs Members

DevExpress.Xpf.Charts Namespace