ChartYValueType

ChartYValueType enumeration

Allows to specify type of an Y value of a chart series.

public enum ChartYValueType

Values

NameValueDescription
Double0Specifies that an Y value is a double-precision floating-point number.
DateTime1Specifies that an Y value is a date and time of day.
Time2Specifies that an X value is a time of day.

See Also