Skip to content

CandleGeometry

StructChartGuruChartGuru
public struct CandleGeometry

Screen-space geometry for a single candlestick.

public Rect BodyRect

Body rectangle in screen space.

Returns

UnityEngine.Rect — No return description is available.

public Rect WickRect

Wick rectangle in screen space.

Returns

UnityEngine.Rect — No return description is available.

public float CenterX

Horizontal center of the candle.

Returns

System.Single — No return description is available.

public int MarkIndex

Mark index this candle represents.

Returns

System.Int32 — No return description is available.

public int SeriesIndex

Series index this candle belongs to.

Returns

System.Int32 — No return description is available.

public Color Color

Body/wick color.

Returns

UnityEngine.Color — No return description is available.

public float Open

Open value.

Returns

System.Single — No return description is available.

public float Close

Close value.

Returns

System.Single — No return description is available.

public float High

High value.

Returns

System.Single — No return description is available.

public float Low

Low value.

Returns

System.Single — No return description is available.

public float CornerRadius

Corner radius of the candle body.

Returns

System.Single — No return description is available.

public bool IsBullish

Whether the candle is bullish.

Returns

System.Boolean — No return description is available.