Skip to main content

DXChartBase.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

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

public static DXChartBase.DXChartBaseAppearance 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
DXChartBase.DXChartBaseAppearance

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

See Also