Click or drag to resize

VerticalBarsStat Structure

LightningChart .NET Help
Vertical bars statistics

Namespace:  Arction.CustomControls.Trader.WinForms
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
public struct VerticalBarsStat

The VerticalBarsStat type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldCount
The total number of bars
Public fieldFirstX
The X-value of the first bar
Public fieldLastX
The X-value of the last bar
Top
See Also