Inheritance diagram for NPlot::BaseSequencePlot:
Public Member Functions | |
void | WriteData (System.Text.StringBuilder sb, RectangleD region, bool onlyInRegion) |
Writes text data of the plot object to the supplied string builder. | |
Properties | |
object | OrdinateData |
Gets or sets the data, or column name for the ordinate [y] axis. | |
object | ordinateData_ = null |
object | AbscissaData |
Gets or sets the data, or column name for the abscissa [x] axis. | |
object | abscissaData_ = null |
If C# had multiple inheritance, the heirachy would be different. The way it is isn't very nice.
Definition at line 62 of file BaseSequencePlot.cs.
|
Writes text data of the plot object to the supplied string builder. It is possible to specify that only data in the specified range be written.
Definition at line 106 of file BaseSequencePlot.cs. References AbscissaData, NPlot::BasePlot::DataMember, NPlot::BasePlot::DataSource, NPlot::BasePlot::Label, OrdinateData, and NPlot::SequenceAdapter::WriteData(). |
|
Gets or sets the data, or column name for the abscissa [x] axis.
Implements NPlot::ISequencePlot. Definition at line 86 of file BaseSequencePlot.cs. Referenced by NPlot::StepPlot::Draw(), NPlot::PointPlot::Draw(), NPlot::HistogramPlot::Draw(), NPlot::FilledRegion::Draw(), NPlot::LinePlot::DrawLineOrShadow(), NPlot::HistogramPlot::StackedTo(), NPlot::StepPlot::SuggestXAxis(), NPlot::LinePlot::SuggestXAxis(), NPlot::StepPlot::SuggestYAxis(), NPlot::LinePlot::SuggestYAxis(), NPlot::HistogramPlot::SuggestYAxis(), and WriteData(). |
|
Definition at line 96 of file BaseSequencePlot.cs. |
|
Gets or sets the data, or column name for the ordinate [y] axis.
Implements NPlot::ISequencePlot. Definition at line 69 of file BaseSequencePlot.cs. Referenced by NPlot::StepPlot::Draw(), NPlot::PointPlot::Draw(), NPlot::HistogramPlot::Draw(), NPlot::FilledRegion::Draw(), NPlot::LinePlot::DrawLineOrShadow(), NPlot::HistogramPlot::StackedTo(), NPlot::StepPlot::SuggestXAxis(), NPlot::LinePlot::SuggestXAxis(), NPlot::StepPlot::SuggestYAxis(), NPlot::LinePlot::SuggestYAxis(), NPlot::HistogramPlot::SuggestYAxis(), and WriteData(). |
|
Definition at line 79 of file BaseSequencePlot.cs. |