DXPieChart.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 DXPieChart.DXPieChartAppearance 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 |
---|---|
DXPieChart.DXPieChartAppearance | The chart control’s appearance proxy. |
See Also