DXChartBase.GetAppearance<T>(UITraitCollection, Type[]) Method
Returns the appearance proxy for the subclass of DXChartBase 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 DXChartBase.DXChartBaseAppearance GetAppearance<T>(
UITraitCollection traits,
params Type[] containers
)
where T : DXChartBase
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. |
Type Parameters
| Name | Description |
|---|---|
| T | The type for which the UIAppearance proxy must be returned. This is a subclass of DXChartBase. |
Returns
| Type | Description |
|---|---|
| DXChartBase.DXChartBaseAppearance | The chart control’s appearance proxy. |
See Also