protected internal CandleElement(
PlotPane host,
CandleSample candle,
int x,
float minScale,
float maxScale,
bool bw
)
protected internal CandleElement(
PlotPane host,
CandleSample candle,
int x,
float minScale,
float maxScale,
bool bw
)
Protected Friend Sub New (
host As PlotPane,
candle As CandleSample,
x As Integer,
minScale As Single,
maxScale As Single,
bw As Boolean
)
Protected Friend Sub New (
host As PlotPane,
candle As CandleSample,
x As Integer,
minScale As Single,
maxScale As Single,
bw As Boolean
)
protected public:
CandleElement(
PlotPane^ host,
CandleSample^ candle,
int x,
float minScale,
float maxScale,
bool bw
)
protected public:
CandleElement(
PlotPane^ host,
CandleSample^ candle,
int x,
float minScale,
float maxScale,
bool bw
)
new :
host : PlotPane *
candle : CandleSample *
x : int *
minScale : float32 *
maxScale : float32 *
bw : bool -> CandleElement
new :
host : PlotPane *
candle : CandleSample *
x : int *
minScale : float32 *
maxScale : float32 *
bw : bool -> CandleElement