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

DXChartBase.GetAppearance(UITraitCollection, Type[]) Method

Returns the appearance proxy for the specified traits when instances of this class are hosted in the specified hierarchy.

Namespace: DevExpress.Xamarin.iOS.Charts

Assembly: DevExpress.Xamarin.iOS.Charts.dll

Declaration

public static DXChartBase.DXChartBaseAppearance GetAppearance(
    UITraitCollection traits,
    params Type[] containers
)

Parameters

Name Type Description
traits UITraitCollection

The collection of traits.

containers Type[]

List of types that you want to have as the containers to apply this particular appearance.

Returns

Type Description
DXChartBase.DXChartBaseAppearance

The chart control’s appearance proxy.

See Also