Vertical axis.
More...
|
double | Height [get] |
|
CoordinateRangeMutable | Range [get] |
| Min/Max range currently displayed by this axis.
|
|
double | Min [get, set] |
|
double | Max [get, set] |
|
ITickGenerator | TickGenerator [get, set] |
| Logic for determining tick positions and formatting tick labels.
|
|
LabelStyle | Label [get] |
| The label is the text displayed distal to the ticks.
|
|
TickMarkStyle | MajorTickStyle [get, set] |
|
TickMarkStyle | MinorTickStyle [get, set] |
|
LabelStyle | TickLabelStyle [get, set] |
|
LineStyle | FrameLineStyle [get] |
|
bool | IsVisible [get, set] |
| If false, the panel will not be displayed or report any size.
|
|
float | MinimumSize [get, set] |
| Disallow the panel to be smaller than this.
|
|
float | MaximumSize [get, set] |
| Disallow the panel to be larger than this.
|
|
Edge | Edge [get] |
| Indicates which edge of the data rectangle this panel lays on.
|
|
bool | ShowDebugInformation [get, set] |
| Enable this to display extra information on the axis to facilitate development.
|
|
|
float | GetPixel (double position, PixelRect dataArea) |
| Get the pixel position of a coordinate given the location and size of the data area.
|
|
double | GetCoordinate (float pixel, PixelRect dataArea) |
| Get the coordinate of a pixel position given the location and size of the data area.
|
|
double | GetPixelDistance (double coordinateDistance, PixelRect dataArea) |
| Given a distance in coordinate space, converts to pixel space.
|
|
double | GetCoordinateDistance (float pixelDistance, PixelRect dataArea) |
| Given a distance in pixel space, converts to coordinate space.
|
|
void | SetTicks (double[] xs, string[] labels) |
| Replace the TickGenerator with a NumericManual pre-loaded with the given ticks.
|
|
void | RegenerateTicks (PixelLength size) |
| Use the TickLabelStyle to generate ticks with ideal spacing.
|
|
float | Measure () |
| Return the size (in pixels) of the panel in the dimension perpendicular to the edge it lays on.
|
|
void | Render (RenderPack rp, float size, float offset) |
| Draw this panel on a canvas.
|
|
PixelRect | GetPanelRect (PixelRect dataRect, float size, float offset) |
| Return the rectangle for this panel.
|
|
◆ Height
double ScottPlot.IYAxis.Height |
|
get |
The documentation for this interface was generated from the following file:
- ScottPlot/src/ScottPlot5/ScottPlot5/Interfaces/IYAxis.cs