Inheritance diagram for NPlot::BasePlot:
Properties | |
string | Label |
A label to associate with the plot - used in the legend. | |
string | label_ = "" |
bool | ShowInLegend |
Whether or not to include an entry for this plot in the legend if it exists. | |
bool | showInLegend_ = true |
object | DataSource |
Gets or sets the source containing a list of values used to populate the plot object. | |
object | dataSource_ = null |
string | DataMember |
Gets or sets the specific data member in a multimember data source to get data from. | |
string | dataMember_ = null |
If C# had multiple inheritance, the heirachy would be different.
Definition at line 64 of file BasePlot.cs.
|
Gets or sets the specific data member in a multimember data source to get data from.
Definition at line 123 of file BasePlot.cs. Referenced by NPlot::CandlePlot::Draw(), NPlot::BarPlot::Draw(), NPlot::CandlePlot::SuggestXAxis(), NPlot::BarPlot::SuggestXAxis(), NPlot::CandlePlot::SuggestYAxis(), NPlot::BarPlot::SuggestYAxis(), and NPlot::BaseSequencePlot::WriteData(). |
|
Definition at line 133 of file BasePlot.cs. |
|
Gets or sets the source containing a list of values used to populate the plot object.
Definition at line 106 of file BasePlot.cs. Referenced by NPlot::CandlePlot::Draw(), NPlot::BarPlot::Draw(), NPlot::CandlePlot::SuggestXAxis(), NPlot::BarPlot::SuggestXAxis(), NPlot::CandlePlot::SuggestYAxis(), NPlot::BarPlot::SuggestYAxis(), and NPlot::BaseSequencePlot::WriteData(). |
|
Definition at line 116 of file BasePlot.cs. |
|
A label to associate with the plot - used in the legend.
Definition at line 71 of file BasePlot.cs. Referenced by NPlot::BaseSequencePlot::WriteData(). |
|
Definition at line 82 of file BasePlot.cs. |
|
Whether or not to include an entry for this plot in the legend if it exists.
Definition at line 89 of file BasePlot.cs. |
|
Definition at line 99 of file BasePlot.cs. |