|
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.
|
|
ScottPlot.? Image | Image = null [get, set] |
|
Coordinates | Location [get, set] |
|
float | Scale = 1 [get, set] |
|
bool | AntiAlias = true [get, set] |
|
IEnumerable< LegendItem > | LegendItems [get] |
| Items which will appear in the legend.
|
|
◆ GetAxisLimits()
AxisLimits ScottPlot.Plottables.ImageMarker.GetAxisLimits |
( |
| ) |
|
Return the 2D area (in coordinate space) occupied by the data contained in this plottable.
Implements ScottPlot.IPlottable.
◆ Render()
virtual void ScottPlot.Plottables.ImageMarker.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.
◆ AntiAlias
bool ScottPlot.Plottables.ImageMarker.AntiAlias = true |
|
getset |
◆ Axes
IAxes ScottPlot.Plottables.ImageMarker.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.
◆ Image
ScottPlot.? Image ScottPlot.Plottables.ImageMarker.Image = null |
|
getset |
◆ IsVisible
bool ScottPlot.Plottables.ImageMarker.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
◆ Location
◆ Scale
float ScottPlot.Plottables.ImageMarker.Scale = 1 |
|
getset |
The documentation for this class was generated from the following file:
- ScottPlot/src/ScottPlot5/ScottPlot5/Plottables/ImageMarker.cs