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

DXChart.GetAppearance<T>(UITraitCollection) Method

Returns the appearance proxy for the subclass of DXChart.

Namespace: DevExpress.Xamarin.iOS.Charts

Assembly: DevExpress.Xamarin.iOS.Charts.dll

Declaration

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

Parameters

Name Type Description
traits UITraitCollection

The collection of traits.

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