Inheritance diagram for NPlot::IPlot:
Public Member Functions | |
void | DrawInLegend (Graphics g, Rectangle startEnd) |
Method used to draw a representation of the plot in a legend. | |
Axis | SuggestXAxis () |
The method used to set the default abscissa axis. | |
Axis | SuggestYAxis () |
The method used to set the default ordinate axis. | |
void | WriteData (System.Text.StringBuilder sb, RectangleD region, bool onlyInRegion) |
Write data associated with the plot as text. | |
Properties | |
string | Label |
The label associated with the plot [used in legend]. | |
bool | ShowInLegend |
Whether or not to include an entry for this plot in the legend if it exists. |
Definition at line 62 of file IPlot.cs.
|
Method used to draw a representation of the plot in a legend.
Implemented in NPlot::BarPlot, NPlot::CandlePlot, NPlot::HistogramPlot, NPlot::ImagePlot, NPlot::LinePlot, NPlot::PointPlot, and NPlot::StepPlot. Referenced by NPlot::LegendBase::Draw(). |
|
The method used to set the default abscissa axis.
Implemented in NPlot::BarPlot, NPlot::CandlePlot, NPlot::HistogramPlot, NPlot::HorizontalLine, NPlot::ImagePlot, NPlot::LinePlot, NPlot::PointPlot, NPlot::StepPlot, and NPlot::VerticalLine. Referenced by NPlot::PlotSurface2D::UpdateAxes(). |
|
The method used to set the default ordinate axis.
Implemented in NPlot::BarPlot, NPlot::CandlePlot, NPlot::HistogramPlot, NPlot::HorizontalLine, NPlot::ImagePlot, NPlot::LinePlot, NPlot::PointPlot, NPlot::StepPlot, and NPlot::VerticalLine. Referenced by NPlot::PlotSurface2D::UpdateAxes(). |
|
Write data associated with the plot as text.
Implemented in NPlot::BarPlot, NPlot::CandlePlot, NPlot::HorizontalLine, NPlot::ImagePlot, and NPlot::VerticalLine. Referenced by NPlot::Windows::PlotSurface2D::CopyDataToClipboard(). |
|
The label associated with the plot [used in legend].
Implemented in NPlot::HorizontalLine, NPlot::ImagePlot, and NPlot::VerticalLine. Definition at line 74 of file IPlot.cs. Referenced by NPlot::LegendBase::Draw(). |
|
Whether or not to include an entry for this plot in the legend if it exists.
Implemented in NPlot::HorizontalLine, NPlot::ImagePlot, and NPlot::VerticalLine. Definition at line 80 of file IPlot.cs. Referenced by NPlot::LegendBase::Draw(). |