Skip to main content
All docs
V25.1
  • StripLine Constructors

    A strip line.
    Name Parameters Description
    StripLine() none Initializes a new instance of the StripLine class.
    StripLine(DateTime, Nullable<DateTime>, String, String) start, end, title, cssClass Initializes a new instance of the StripLine class with specified settings.
    StripLine(DateTime, Nullable<DateTime>, String) start, end, title Initializes a new instance of the StripLine class with specified settings.
    StripLine(DateTime, Nullable<DateTime>) start, end Initializes a new instance of the StripLine class with specified settings.
    StripLine(DateTime, String, String) start, title, cssClass Initializes a new instance of the StripLine class with specified settings.
    StripLine(DateTime, String) start, title Initializes a new instance of the StripLine class with specified settings.
    StripLine(DateTime) start Initializes a new instance of the StripLine class with specified settings.
    See Also