Back to Devexpress

ChartTheme Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-1170472f.md

latest1.1 KB
Original Source

ChartTheme Enum

Lists values that specify chart themes.

Namespace : DevExpress.XamarinForms.Charts

Assembly : DevExpress.XamarinForms.Charts.dll

NuGet Package : DevExpress.XamarinForms.Charts

Declaration

csharp
public enum ChartTheme

Members

NameDescription
Light

The chart’s light theme.

| | Dark |

The chart’s dark theme.

|

The following properties accept/return ChartTheme values:

Remarks

Use this enumeration’s values to set the Theme property.

See Also

DevExpress.XamarinForms.Charts Namespace