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 — No return description is available.
WickRect
Section titled “WickRect”public Rect WickRectWick rectangle in screen space.
Returns
UnityEngine.Rect — No return description is available.
CenterX
Section titled “CenterX”public float CenterXHorizontal center of the candle.
Returns
System.Single — No return description is available.
MarkIndex
Section titled “MarkIndex”public int MarkIndexMark index this candle represents.
Returns
System.Int32 — No return description is available.
SeriesIndex
Section titled “SeriesIndex”public int SeriesIndexSeries index this candle belongs to.
Returns
System.Int32 — No return description is available.
public Color ColorBody/wick color.
Returns
UnityEngine.Color — No return description is available.
public float OpenOpen value.
Returns
System.Single — No return description is available.
public float CloseClose value.
Returns
System.Single — No return description is available.
public float HighHigh value.
Returns
System.Single — No return description is available.
public float LowLow value.
Returns
System.Single — No return description is available.
CornerRadius
Section titled “CornerRadius”public float CornerRadiusCorner radius of the candle body.
Returns
System.Single — No return description is available.
IsBullish
Section titled “IsBullish”public bool IsBullishWhether the candle is bullish.
Returns
System.Boolean — No return description is available.