Back to Devexpress

CustomDrawSeriesEventArgsBase Members

corelibraries-devexpress-dot-xtracharts-dot-customdrawserieseventargsbase-dot-underscore-members.md

latest6.9 KB
Original Source

CustomDrawSeriesEventArgsBase Members

The base class for event arguments of CustomDrawSeries and CustomDrawSeriesPoint events.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

NameDescription
DisposeLegendFontGets or sets the value specifying whether the e.DXLegendFont should be disposed when drawing is finished.
DisposeLegendMarkerImageGets or sets the value specifying whether e.DXLegendMarkerImage should be disposed when drawing is finished.
DXLegendFontGets or sets the text font of the legend item of the series or series point that is currently being painted.
DXLegendMarkerImageGets or sets the image of the legend item marker of the series or series point that is currently being painted.
LegendDrawOptionsReturns the draw settings of the legend item of the series that is currently being drawn.
LegendFontGets or sets the text font of the legend item of the series or series point that is currently being painted.
LegendMarkerImageGets or sets the image of the legend item marker of the series or series point that is currently being painted.
LegendMarkerImageSizeModeGets or sets the image size mode of the legend item marker of the series or series point that is currently being painted.
LegendMarkerSizeGets or sets the size of the legend item marker of the series or series point that is currently being painted.
LegendMarkerVisibleGets or sets the visibility of the legend item marker of the series or series point that is currently being painted.
LegendTextGets or sets the text of the legend item of the series or series point that is currently being painted.
LegendTextColorGets or sets the text color of the legend item of the series or series point that is currently being painted.
LegendTextVisibleGets or sets the text visibility of the legend item of the series whose points are currently being drawn.
SeriesReturns the series that is currently being painted.
SeriesDrawOptionsReturns the draw settings of the series that is currently being drawn.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

CustomDrawSeriesEventArgsBase Class

DevExpress.XtraCharts Namespace