DXChartBase.GetAppearance<T>() Method
Returns the appearance proxy for the subclass of DXChartBase.
Namespace: DevExpress.Xamarin.iOS.Charts
Assembly: DevExpress.Xamarin.iOS.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public static DXChartBase.DXChartBaseAppearance GetAppearance<T>()
where T : DXChartBase
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