DXChart.GetAppearance<T>(UITraitCollection, Type[]) Method
Returns the appearance proxy for the subclass of DXChart 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<T>(
UITraitCollection traits,
params Type[] containers
)
where T : DXChart
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 DXChart. |
Returns
Type | Description |
---|---|
DXChart.DXChartAppearance | The chart control’s appearance proxy. |
See Also