Skip to main content
A newer version of this page is available.

DXPieChart.GetAppearance<T>() Method

Returns the appearance proxy for the subclass of DXPieChart.

Namespace: DevExpress.Xamarin.iOS.Charts

Assembly: DevExpress.Xamarin.iOS.Charts.dll

Declaration

public static DXPieChart.DXPieChartAppearance GetAppearance<T>()
    where T : DXPieChart

Type Parameters

Name Description
T

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

Returns

Type Description
DXPieChart.DXPieChartAppearance

The chart control’s appearance proxy.

See Also