Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Blazor

#Declaration

C#
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