Skip to main content

ChartElementFormat.Implicit(ChartAxisLabelFormat to ChartElementFormat) Operator

Defines an implicit conversion of an obsolete label format to a ChartElementFormat class instance.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public static implicit operator ChartElementFormat(ChartAxisLabelFormat obsoleteFormat)

Parameters

Name Type Description
obsoleteFormat ChartAxisLabelFormat

The obsolete label format.

Returns

Type Description
ChartElementFormat

The converted class instance.

See Also