Visual Basic (Declaration) | |
---|---|
Public Property TimeInterval As TimeInterval |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public TimeInterval TimeInterval {get; set;} |
C++/CLI | |
---|---|
public: property TimeInterval TimeInterval { TimeInterval get(); void set (TimeInterval value); } |
Return Value
A TimeInterval enumeration that specifies the time interval between tick labels when using the time scale.(Applies to quantitative axes using Scale.Time)