DomainType

An enum representing the available types of domain charts.

Specifies category domain for Category Chart

Category = 0

Specifies financial domain for Financial Chart

Financial = 1

Specifies pie domain for Pie charts

Pie = 4

Specifies scatter domain for Scatter Charts

Scatter = 2

Specifies shape domain for Shape Charts

Shape = 3