CandleGeometry
public struct CandleGeometryScreen-space geometry for a single candlestick.
Fields
Section titled “Fields”
BodyRect
Section titled “BodyRect”public Rect BodyRectBody rectangle in screen space.
Returns
UnityEngine.Rect
WickRect
Section titled “WickRect”public Rect WickRectWick rectangle in screen space.
Returns
UnityEngine.Rect
CenterX
Section titled “CenterX”public float CenterXHorizontal center of the candle.
Returns
System.Single
MarkIndex
Section titled “MarkIndex”public int MarkIndexMark index this candle represents.
Returns
System.Int32
SeriesIndex
Section titled “SeriesIndex”public int SeriesIndexSeries index this candle belongs to.
Returns
System.Int32
public Color ColorBody/wick color.
Returns
UnityEngine.Color
public float OpenOpen value.
Returns
System.Single
public float CloseClose value.
Returns
System.Single
public float HighHigh value.
Returns
System.Single
public float LowLow value.
Returns
System.Single
CornerRadius
Section titled “CornerRadius”public float CornerRadiusCorner radius of the candle body.
Returns
System.Single
IsBullish
Section titled “IsBullish”public bool IsBullishWhether the candle is bullish.
Returns
System.Boolean