Skip to main content

LinearScale.CreateLabel() Method

Creates a label object of the type that is compatible with the current LinearScale object.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

public IScaleLabel CreateLabel()

Returns

Type Description
DevExpress.XtraGauges.Core.Model.IScaleLabel

A label object.

Remarks

A label created by this method is compatible with the current LinearScale object, and so can be added to the LinearScale.Labels collection.

See Also