Back to Devexpress

CustomDrawSeriesEventArgsBase.DisposeLegendFont Property

corelibraries-devexpress-dot-xtracharts-dot-customdrawserieseventargsbase-ce81ed73.md

latest1.6 KB
Original Source

CustomDrawSeriesEventArgsBase.DisposeLegendFont Property

Gets or sets the value specifying whether the e.DXLegendFont should be disposed when drawing is finished.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public bool DisposeLegendFont { get; set; }
vb
Public Property DisposeLegendFont As Boolean

Property Value

TypeDescription
Boolean

true , to dispose of the legend font settings; otherwise, false.

|

Remarks

Use the DisposeLegendFont property to release all the resources allocated to the object assigned to the e.DXLegendFont property.

See Also

DisposeLegendMarkerImage

CustomDrawSeriesEventArgsBase Class

CustomDrawSeriesEventArgsBase Members

DevExpress.XtraCharts Namespace