Skip to main content
A newer version of this page is available. .

CustomDrawSeriesEventArgsBase.DisposeLegendFont Property

Gets or sets the value specifying whether the CustomDrawSeriesEventArgsBase.LegendFont should be disposed when drawing is finished.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public bool DisposeLegendFont { get; set; }

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 CustomDrawSeriesEventArgsBase.LegendFont property.

See Also