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

DXPieChart.AppearanceWhenContainedIn(Type[]) Method

Returns the appearance object for instances of this class when they are hosted in the specified hierarchy.

Namespace: DevExpress.Xamarin.iOS.Charts

Assembly: DevExpress.Xamarin.iOS.Charts.dll

Declaration

public static DXPieChart.DXPieChartAppearance AppearanceWhenContainedIn(
    params Type[] containers
)

Parameters

Name Type Description
containers Type[]

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

Returns

Type Description
DXPieChart.DXPieChartAppearance

The appearance proxy object that you can use to set properties when the given container hierarchy is active.

See Also