DXPieChart.GetAppearance<T>(UITraitCollection) Method
Returns the appearance proxy for the subclass of DXPieChart.
Namespace: DevExpress.Xamarin.iOS.Charts
Assembly: DevExpress.Xamarin.iOS.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public static DXPieChart.DXPieChartAppearance GetAppearance<T>(
UITraitCollection traits
)
where T : DXPieChart
Parameters
Name | Type | Description |
---|---|---|
traits | UITraitCollection | The collection of traits. |
Type Parameters
Name | Description |
---|---|
T | The type for which the UIAppearance proxy must be returned. This is a subclass of DXPieChart. |
Returns
Type | Description |
---|---|
DXPieChart.DXPieChartAppearance | The chart control’s appearance proxy. |
See Also