Public Member Functions | |
SequenceAdapter (object dataSource, string dataMember, object ordinateData, object abscissaData) | |
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. | |
void | WriteData (System.Text.StringBuilder sb, RectangleD region, bool onlyInRegion) |
Writes data out as text. | |
Properties | |
int | Count |
Returns the number of points. | |
PointD | this [int i] |
Returns the ith point. | |
Private Attributes | |
AdapterUtils.IAxisSuggester | XAxisSuggester_ |
AdapterUtils.IAxisSuggester | YAxisSuggester_ |
AdapterUtils.ICounter | counter_ |
AdapterUtils.IDataGetter | xDataGetter_ |
AdapterUtils.IDataGetter | yDataGetter_ |
It is a bridge that provides access to this data via a single interface.
Definition at line 65 of file SequenceAdapter.cs.
|
Constructor. The data source specifiers must be specified here.
Definition at line 80 of file SequenceAdapter.cs. References counter_. |
|
Returns an x-axis that is suitable for drawing the data.
Definition at line 277 of file SequenceAdapter.cs. Referenced by NPlot::StepPlot::SuggestXAxis(), NPlot::PointPlot::SuggestXAxis(), NPlot::LinePlot::SuggestXAxis(), NPlot::HistogramPlot::SuggestXAxis(), and NPlot::BarPlot::SuggestXAxis(). |
|
Returns a y-axis that is suitable for drawing the data.
Definition at line 287 of file SequenceAdapter.cs. References NPlot::Axis::IncreaseRange(). Referenced by NPlot::StepPlot::SuggestYAxis(), NPlot::PointPlot::SuggestYAxis(), NPlot::LinePlot::SuggestYAxis(), NPlot::HistogramPlot::SuggestYAxis(), and NPlot::BarPlot::SuggestYAxis(). |
|
Writes data out as text.
Definition at line 302 of file SequenceAdapter.cs. References Count, NPlot::RectangleD::Height, NPlot::RectangleD::Width, NPlot::RectangleD::X, and NPlot::RectangleD::Y. Referenced by NPlot::BaseSequencePlot::WriteData(). |
|
Definition at line 69 of file SequenceAdapter.cs. Referenced by SequenceAdapter(). |
|
Definition at line 67 of file SequenceAdapter.cs. |
|
Definition at line 70 of file SequenceAdapter.cs. |
|
Definition at line 68 of file SequenceAdapter.cs. |
|
Definition at line 71 of file SequenceAdapter.cs. |
|
Returns the number of points.
Definition at line 253 of file SequenceAdapter.cs. Referenced by NPlot::StepPlot::Draw(), NPlot::PointPlot::Draw(), NPlot::LabelPointPlot::Draw(), NPlot::HistogramPlot::Draw(), NPlot::FilledRegion::Draw(), NPlot::BarPlot::Draw(), NPlot::LinePlot::DrawLineOrShadow(), NPlot::HistogramPlot::StackedTo(), NPlot::StepPlot::SuggestXAxis(), NPlot::HistogramPlot::SuggestXAxis(), and WriteData(). |
|
Returns the ith point.
Definition at line 265 of file SequenceAdapter.cs. |