Back to Devexpress

Strip Constructors

corelibraries-devexpress-dot-xtracharts-dot-strip-dot-ctor.md

latest2.0 KB
Original Source

Strip Constructors

Represents a strip line within a chart control’s diagram.

NameParametersDescription
Strip()noneInitializes a new instance of the Strip class with the default settings.
Strip(String, DateTime, DateTime)name, minValue, maxValueInitializes a new instance of the Strip class with the specified name, and minimum and maximum date time values.
Strip(String, Double, Double)name, minValue, maxValueInitializes a new instance of the Strip class with the specified name, and minimum and maximum numeric values.
Strip(String, Object, Object)name, minValue, maxValueInitializes a new instance of the Strip class with the specified name, minimum and maximum values.
Strip(String, String, String)name, minValue, maxValueInitializes a new instance of the Strip class with the specified name, and minimum and maximum qualitative values.
Strip(String)nameInitializes a new instance of the Strip class with the specified name.

See Also

Strip Class

Strip Members

DevExpress.XtraCharts Namespace