Back to Devexpress

Strip Constructors

wpf-devexpress-dot-xpf-dot-charts-dot-strip-dot-ctor.md

latest1.6 KB
Original Source

Strip Constructors

Represents a strip within a chart control’s diagram.

NameParametersDescription
Strip()noneInitializes a new instance of the Strip class with the default settings.
Strip(DateTime, DateTime)minLimit, maxLimitInitializes a new instance of the Strip class with the specified minimum and maximum date-time values.
Strip(Double, Double)minLimit, maxLimitInitializes a new instance of the Strip class with the specified minimum and maximum numeric values.
Strip(String, String)minLimit, maxLimitInitializes a new instance of the Strip class with the specified minimum and maximum qualitative values.
Strip(TimeSpan, TimeSpan)minLimit, maxLimitInitializes a new instance of the Strip class with the specified minimum and maximum time-span values.

See Also

Strip Class

Strip Members

DevExpress.Xpf.Charts Namespace