Public Member Functions | |
CandleDataAdapter (object dataSource, string dataMember, object abscissaData, object openData, object lowData, object highData, object closeData) | |
Constructor. | |
Axis | SuggestXAxis () |
Returns an x-axis that is suitable for drawing the data. | |
Axis | SuggestYAxis () |
Returns a y-axis that is suitable for drawing the data. | |
Properties | |
PointOLHC | this [int i] |
Gets the ith point in the candle adapter. | |
int | Count |
The number of datapoints available via the candle adapter. | |
Private Attributes | |
object | openData_ |
object | lowData_ |
object | highData_ |
object | closeData_ |
object | abscissaData_ |
object | dataSource_ |
string | dataMember_ |
DataRowCollection | rows_ = null |
Definition at line 214 of file CandlePlot.cs.
|
Constructor.
Definition at line 237 of file CandlePlot.cs. References dataMember_, dataSource_, and rows_. |
|
Returns an x-axis that is suitable for drawing the data.
Definition at line 360 of file CandlePlot.cs. References abscissaData_, and rows_. Referenced by NPlot::CandlePlot::SuggestXAxis(). |
|
Returns a y-axis that is suitable for drawing the data.
Definition at line 428 of file CandlePlot.cs. References highData_, NPlot::Axis::IncreaseRange(), lowData_, and rows_. Referenced by NPlot::CandlePlot::SuggestYAxis(). |
|
Definition at line 220 of file CandlePlot.cs. Referenced by SuggestXAxis(). |
|
Definition at line 219 of file CandlePlot.cs. |
|
Definition at line 223 of file CandlePlot.cs. Referenced by CandleDataAdapter(). |
|
Definition at line 222 of file CandlePlot.cs. Referenced by CandleDataAdapter(). |
|
Definition at line 218 of file CandlePlot.cs. Referenced by SuggestYAxis(). |
|
Definition at line 217 of file CandlePlot.cs. Referenced by SuggestYAxis(). |
|
Definition at line 216 of file CandlePlot.cs. |
|
Definition at line 224 of file CandlePlot.cs. Referenced by CandleDataAdapter(), SuggestXAxis(), and SuggestYAxis(). |
|
The number of datapoints available via the candle adapter. the number of datapoints available. Definition at line 324 of file CandlePlot.cs. Referenced by NPlot::CandlePlot::CalculatePhysicalSeparation(), and NPlot::CandlePlot::Draw(). |
|
Gets the ith point in the candle adapter.
Definition at line 283 of file CandlePlot.cs. |