NPlot::ISequencePlot Interface Reference

Defines an mix-in style interface for plots that use SequenceAdapter to interpret supplied data. More...

Inheritance diagram for NPlot::ISequencePlot:

NPlot::BaseSequencePlot NPlot::HistogramPlot NPlot::LabelPointPlot NPlot::LinePlot NPlot::PointPlot NPlot::StepPlot NPlot::HistogramPlot NPlot::LinePlot NPlot::PointPlot NPlot::StepPlot NPlot::LabelPointPlot NPlot::LabelPointPlot List of all members.

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.

Detailed Description

Defines an mix-in style interface for plots that use SequenceAdapter to interpret supplied data.

Definition at line 60 of file ISequencePlot.cs.


Property Documentation

object NPlot::ISequencePlot::AbscissaData [get, set]
 

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().

string NPlot::ISequencePlot::DataMember [get, set]
 

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().

object NPlot::ISequencePlot::DataSource [get, set]
 

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().

object NPlot::ISequencePlot::OrdinateData [get, set]
 

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().


The documentation for this interface was generated from the following file:
Generated on Sat Nov 5 01:04:08 2005 for NPlot by  doxygen 1.4.5