DXChart.GetAppearance(UITraitCollection) Method
Returns the appearance proxy for the specified traits.
Namespace: DevExpress.Xamarin.iOS.Charts
Assembly: DevExpress.Xamarin.iOS.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public static DXChart.DXChartAppearance GetAppearance(
UITraitCollection traits
)
Parameters
Name | Type | Description |
---|---|---|
traits | UITraitCollection | The collection of traits. |
Returns
Type | Description |
---|---|
DXChart.DXChartAppearance | The chart control’s appearance proxy. |
See Also