|
| LollipopPlot (IEnumerable< Coordinates > coordinates) |
|
AxisLimits | GetAxisLimits () |
| Return the 2D area (in coordinate space) occupied by the data contained in this plottable.
|
|
virtual void | Render (RenderPack rp) |
| Draw the data from this plottable into the data area defined in the Axes. By default the surface is already clipped to the data area, but this can be cleared inside the plottable.
|
|
|
bool | IsVisible = true [get, set] |
| Toggles whether this plottable is shown and contributes to the automatic axis limit detection. The calling method will check this variable (it does not need to be checked inside the Render method).
|
|
IAxes | Axes = new Axes() [get, set] |
| This object performs coordinate/pixel translation at render time based on the latest data area. It stores the axes to use for this plottable and also the data area (in pixels) updated just before each render. If this object is null it will be constructed using the default X and Y axes at render time.
|
|
string | LegendText = string.Empty [get, set] |
|
IEnumerable< LegendItem > | LegendItems [get] |
| Items which will appear in the legend.
|
|
LineStyle | LineStyle = new() { Width = 1 } [get, set] |
|
float | LineWidth [get, set] |
|
LinePattern | LinePattern [get, set] |
|
Color | LineColor [get, set] |
|
MarkerStyle | MarkerStyle [get, set] |
|
MarkerShape | MarkerShape [get, set] |
|
float | MarkerSize [get, set] |
|
Color | MarkerFillColor [get, set] |
|
Color | MarkerLineColor [get, set] |
|
Color | MarkerColor [get, set] |
|
float | MarkerLineWidth [get, set] |
|
Color | Color [get, set] |
|
IEnumerable< Coordinates > | Coordinates [get, set] |
|
Orientation | Orientation = Orientation.Vertical [get, set] |
|
◆ LollipopPlot()
◆ GetAxisLimits()
AxisLimits ScottPlot.Plottables.LollipopPlot.GetAxisLimits |
( |
| ) |
|
|
inline |
Return the 2D area (in coordinate space) occupied by the data contained in this plottable.
Implements ScottPlot.IPlottable.
◆ Render()
virtual void ScottPlot.Plottables.LollipopPlot.Render |
( |
RenderPack |
rp | ) |
|
|
inlinevirtual |
Draw the data from this plottable into the data area defined in the Axes. By default the surface is already clipped to the data area, but this can be cleared inside the plottable.
Implements ScottPlot.IPlottable.
◆ Axes
IAxes ScottPlot.Plottables.LollipopPlot.Axes = new Axes() |
|
getset |
This object performs coordinate/pixel translation at render time based on the latest data area. It stores the axes to use for this plottable and also the data area (in pixels) updated just before each render. If this object is null it will be constructed using the default X and Y axes at render time.
Implements ScottPlot.IPlottable.
◆ Color
Color ScottPlot.Plottables.LollipopPlot.Color |
|
getset |
◆ Coordinates
◆ IsVisible
bool ScottPlot.Plottables.LollipopPlot.IsVisible = true |
|
getset |
Toggles whether this plottable is shown and contributes to the automatic axis limit detection. The calling method will check this variable (it does not need to be checked inside the Render method).
Implements ScottPlot.IPlottable.
◆ LegendItems
◆ LegendText
string ScottPlot.Plottables.LollipopPlot.LegendText = string.Empty |
|
getset |
◆ LineColor
Color ScottPlot.Plottables.LollipopPlot.LineColor |
|
getset |
◆ LinePattern
LinePattern ScottPlot.Plottables.LollipopPlot.LinePattern |
|
getset |
◆ LineStyle
LineStyle ScottPlot.Plottables.LollipopPlot.LineStyle = new() { Width = 1 } |
|
getset |
◆ LineWidth
float ScottPlot.Plottables.LollipopPlot.LineWidth |
|
getset |
◆ MarkerColor
Color ScottPlot.Plottables.LollipopPlot.MarkerColor |
|
getset |
◆ MarkerFillColor
Color ScottPlot.Plottables.LollipopPlot.MarkerFillColor |
|
getset |
◆ MarkerLineColor
Color ScottPlot.Plottables.LollipopPlot.MarkerLineColor |
|
getset |
◆ MarkerLineWidth
float ScottPlot.Plottables.LollipopPlot.MarkerLineWidth |
|
getset |
◆ MarkerShape
MarkerShape ScottPlot.Plottables.LollipopPlot.MarkerShape |
|
getset |
◆ MarkerSize
float ScottPlot.Plottables.LollipopPlot.MarkerSize |
|
getset |
◆ MarkerStyle
MarkerStyle ScottPlot.Plottables.LollipopPlot.MarkerStyle |
|
getset |
Initial value:= new()
{
Size = 5,
}
bool IsVisible
Toggles whether this plottable is shown and contributes to the automatic axis limit detection....
Definition LollipopPlot.cs:5
MarkerShape MarkerShape
Definition LollipopPlot.cs:24
Implements ScottPlot.IHasMarker.
◆ Orientation
The documentation for this class was generated from the following file:
- ScottPlot/src/ScottPlot5/ScottPlot5/Plottables/LollipopPlot.cs