corelibraries-devexpress-dot-xtracharts-dot-customdrawserieseventargsbase-dot-underscore-members.md
The base class for event arguments of CustomDrawSeries and CustomDrawSeriesPoint events.
| Name | Description |
|---|---|
| Empty static | Provides a value to use with events that do not have event data. Inherited from EventArgs. |
| Name | Description |
|---|---|
| DisposeLegendFont | Gets or sets the value specifying whether the e.DXLegendFont should be disposed when drawing is finished. |
| DisposeLegendMarkerImage | Gets or sets the value specifying whether e.DXLegendMarkerImage should be disposed when drawing is finished. |
| DXLegendFont | Gets or sets the text font of the legend item of the series or series point that is currently being painted. |
| DXLegendMarkerImage | Gets or sets the image of the legend item marker of the series or series point that is currently being painted. |
| LegendDrawOptions | Returns the draw settings of the legend item of the series that is currently being drawn. |
| LegendFont | Gets or sets the text font of the legend item of the series or series point that is currently being painted. |
| LegendMarkerImage | Gets or sets the image of the legend item marker of the series or series point that is currently being painted. |
| LegendMarkerImageSizeMode | Gets or sets the image size mode of the legend item marker of the series or series point that is currently being painted. |
| LegendMarkerSize | Gets or sets the size of the legend item marker of the series or series point that is currently being painted. |
| LegendMarkerVisible | Gets or sets the visibility of the legend item marker of the series or series point that is currently being painted. |
| LegendText | Gets or sets the text of the legend item of the series or series point that is currently being painted. |
| LegendTextColor | Gets or sets the text color of the legend item of the series or series point that is currently being painted. |
| LegendTextVisible | Gets or sets the text visibility of the legend item of the series whose points are currently being drawn. |
| Series | Returns the series that is currently being painted. |
| SeriesDrawOptions | Returns the draw settings of the series that is currently being drawn. |
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines 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() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines 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