Skip to main content

DXChart.GetAppearance<T>() Method

Returns the appearance proxy for the subclass of DXChart.

Namespace: DevExpress.Xamarin.iOS.Charts

Assembly: DevExpress.Xamarin.iOS.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

public static DXChart.DXChartAppearance GetAppearance<T>()
    where T : DXChart

Type Parameters

Name Description
T

The type for which the UIAppearance proxy must be returned. This is a subclass of DXChart.

Returns

Type Description
DXChart.DXChartAppearance

The chart control’s appearance proxy.

See Also