DXChartBase.SetTheme(DXChartTheme) Method
Specifies the theme the chart uses.
Namespace: DevExpress.Xamarin.iOS.Charts
Assembly: DevExpress.Xamarin.iOS.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public virtual void SetTheme(
DXChartTheme themeType
)
Parameters
Name | Type | Description |
---|---|---|
themeType | DXChartTheme | The theme the chart control uses. |
See Also