Inheritance diagram for NPlot::ISequencePlot:
Properties | |
object | DataSource |
Gets or sets the source containing a list of values used to populate the plot object. | |
string | DataMember |
Gets or sets the specific data member in a multimember data source to get data from. | |
object | AbscissaData |
Gets or sets the data, or column name for the abscissa [x] axis. | |
object | OrdinateData |
Gets or sets the data, or column name for the ordinate [y] axis. |
Definition at line 60 of file ISequencePlot.cs.
|
Gets or sets the data, or column name for the abscissa [x] axis.
Implemented in NPlot::BaseSequencePlot. Definition at line 76 of file ISequencePlot.cs. Referenced by NPlot::LabelPointPlot::Draw(). |
|
Gets or sets the specific data member in a multimember data source to get data from.
Definition at line 71 of file ISequencePlot.cs. Referenced by NPlot::StepPlot::Draw(), NPlot::PointPlot::Draw(), NPlot::LabelPointPlot::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(), and NPlot::HistogramPlot::SuggestYAxis(). |
|
Gets or sets the source containing a list of values used to populate the plot object.
Definition at line 66 of file ISequencePlot.cs. Referenced by NPlot::StepPlot::Draw(), NPlot::PointPlot::Draw(), NPlot::LabelPointPlot::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(), and NPlot::HistogramPlot::SuggestYAxis(). |
|
Gets or sets the data, or column name for the ordinate [y] axis.
Implemented in NPlot::BaseSequencePlot. Definition at line 81 of file ISequencePlot.cs. Referenced by NPlot::LabelPointPlot::Draw(). |