[]
        
(Showing Draft Content)

C1.Chart.TimeRange

TimeRange Class

Time data range.

Inheritance
TimeRange
Implements
Namespace: C1.Chart
Assembly: C1.Blazor.Chart.dll
Syntax
public class TimeRange : IRange

Constructors

Name Description
TimeRange(string, DateTime, DateTime)

Creates an instance of the TimeRange class.

Properties

Name Description
Max

Gets or sets the maximum.

Min

Gets or sets the minimum.

Name

Gets or sets the name.

TimeMax

Gets or sets the maximum as DataTime value.

TimeMin

Gets or sets the minumum as DataTime value.