ChartElementFormat.Implicit(ChartAxisLabelFormat to ChartElementFormat) Operator
In This Article
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 |
---|---|---|
obsolete |
Chart |
The obsolete label format. |
#Returns
Type | Description |
---|---|
Chart |
The converted class instance. |
See Also