Describes parameters of chart timeframe, including tick-based charts
Namespace: GF.Clients.Charts.Utils
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
The Timeframe type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Timeframe(Boolean, Int32) | |
![]() | Timeframe(BarUnit, Int32) | |
![]() | Timeframe(SubscriptionType, Int32, Boolean) |
Properties
Name | Description | |
---|---|---|
![]() | IsAggregatedFrame | |
![]() | IsDaily |
Determinates whether the timeframe describes daily charts
|
![]() | IsTimeBased | |
![]() | Minutes |
Size of bars in minutes. It has no sense in tick-based charts
|
![]() | Size |
Size of bars
|
![]() | SubscriptionType | |
![]() | TimeSpan |
Size of bars as TimeSpan. It has no sense in tick-based charts
|
Methods
Name | Description | |
---|---|---|
![]() | CompareTo | |
![]() ![]() | Convert | |
![]() ![]() | Create | |
![]() | Equals | (Overrides ValueTypeEquals(Object).) |
![]() ![]() | FromMinutes |
Creates a time-based Timeframe from minutes
|
![]() ![]() | FromTimeSpan | |
![]() | GetHashCode | (Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns the human readable description of the timeframe
(Overrides ValueTypeToString.) |
![]() ![]() | UnitAlias | |
![]() ![]() | UnitMinutes |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality | |
![]() ![]() | Inequality |
Fields
Name | Description | |
---|---|---|
![]() | IgnoreSessionBoundaries |
Size of bars
|
![]() | IsVolumeBased |
Determinates whether the timeframe describes volume-based bars
|
![]() ![]() | StandardValues |
A list of standard timeframes that available in a Chart panel
|
![]() | SubTimeframe | |
![]() | Unit |
Unit of bars
|
See Also