Skip to main content

CustomDrawSeriesEventArgsBase Properties

The base class for event arguments of CustomDrawSeries and CustomDrawSeriesPoint events.
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.
See Also