ScottPlot
Loading...
Searching...
No Matches
Properties | List of all members
ScottPlot.IYAxis Interface Reference

Vertical axis. More...

Inheritance diagram for ScottPlot.IYAxis:
ScottPlot.IAxis ScottPlot.IPanel ScottPlot.AxisPanels.LeftAxis ScottPlot.AxisPanels.MirroredYAxis ScottPlot.AxisPanels.RightAxis ScottPlot.AxisPanels.YAxisBase ScottPlot.AxisPanels.Experimental.LeftAxisWithSubtitle ScottPlot.AxisPanels.LeftAxis ScottPlot.AxisPanels.MirroredYAxis ScottPlot.AxisPanels.RightAxis

Properties

double Height [get]
 
- Properties inherited from ScottPlot.IAxis
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]
 
- Properties inherited from ScottPlot.IPanel
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.
 

Additional Inherited Members

- Public Member Functions inherited from ScottPlot.IAxis
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.
 
- Public Member Functions inherited from ScottPlot.IPanel
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.
 

Detailed Description

Vertical axis.

Property Documentation

◆ Height

double ScottPlot.IYAxis.Height
get

The documentation for this interface was generated from the following file: