DXChart.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
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public static DXChart.DXChartAppearance 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 |
---|---|
DXChart.DXChartAppearance | The chart control’s appearance proxy. |
See Also