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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
Type | Description |
---|---|
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