Table of Contents

Enum "Business Chart Data Type"

ID 479
Namespace: System.Visualization

Contains the possible data types that business chart can show.

Properties

Name Value
Extensible False

Values

Name Description
String

String type, corresponds to 'System.String'

Integer

Integer type, corresponds to 'System.Int32'

Decimal

Decimal type, corresponds to 'System.Decimal'

DateTime

DateTime type, corresponds to 'System.DateTime'

See also