Enum AxisBox
Controls drawing of the box around the plot:
Namespace: PLplot
Assembly: PLplotNet.dll
Syntax
public enum AxisBox : int
Fields
Name | Description |
---|---|
Box | Draw box only. |
BoxTicksLabels | Draw box, ticks, and numeric tick labels. |
BoxTicksLabelsAxes | Draw box, ticks, and numeric tick labels, also draw coordinate axes at x=0 and y=0. |
BoxTicksLabelsAxesMajorGrid | Draw box, ticks, and numeric tick labels, also draw a grid at major tick positions in both coordinates. |
BoxTicksLabelsAxesMinorGrid | Draw box, ticks, and numeric tick labels, also draw a grid at minor tick positions in both coordinates. |
CustomXYBoxTicksLabels | Draw box, ticks, and numeric tick labels with custom x and y labels. |
CustomXYBoxTicksLabelsAxes | Draw box, ticks, and numeric tick labels, also draw coordinate axes at x=0 and y=0 with custom x and y labels |
CustomXYBoxTicksLabelsAxesMajorGrid | Draw box, ticks, and numeric tick labels, also draw a grid at major tick positions in both coordinates with custom x and y labels. |
CustomXYBoxTicksLabelsAxesMinorGrid | Draw box, ticks, and numeric tick labels, also draw a grid at minor tick positions in both coordinates with custom x and y labels. |
DateTimeXBoxTicksLabels | Draw box, ticks, and numeric tick labels with date/time x labels. |
DateTimeXBoxTicksLabelsAxes | Draw box, ticks, and numeric tick labels, also draw coordinate axes at x=0 and y=0 with date/time x labels |
DateTimeXBoxTicksLabelsAxesMajorGrid | Draw box, ticks, and numeric tick labels, also draw a grid at major tick positions in both coordinates with date/time x labels. |
DateTimeXBoxTicksLabelsAxesMinorGrid | Draw box, ticks, and numeric tick labels, also draw a grid at minor tick positions in both coordinates with date/time x labels. |
DateTimeXYBoxTicksLabels | Draw box, ticks, and numeric tick labels with date/time x and y labels. |
DateTimeXYBoxTicksLabelsAxes | Draw box, ticks, and numeric tick labels, also draw coordinate axes at x=0 and y=0 with date/time x and y labels |
DateTimeXYBoxTicksLabelsAxesMajorGrid | Draw box, ticks, and numeric tick labels, also draw a grid at major tick positions in both coordinates with date/time x and y labels. |
DateTimeXYBoxTicksLabelsAxesMinorGrid | Draw box, ticks, and numeric tick labels, also draw a grid at minor tick positions in both coordinates with date/time x and y labels. |
DateTimeYBoxTicksLabels | Draw box, ticks, and numeric tick labels with date/time y labels. |
DateTimeYBoxTicksLabelsAxes | Draw box, ticks, and numeric tick labels, also draw coordinate axes at x=0 and y=0 with date/time y labels |
DateTimeYBoxTicksLabelsAxesMajorGrid | Draw box, ticks, and numeric tick labels, also draw a grid at major tick positions in both coordinates with date/time y labels. |
DateTimeYBoxTicksLabelsAxesMinorGrid | Draw box, ticks, and numeric tick labels, also draw a grid at minor tick positions in both coordinates with date/time y labels. |
LogXBoxTicksLabels | Draw box, ticks, and numeric tick labels with logarithmic x tick marks. |
LogXBoxTicksLabelsAxes | Draw box, ticks, and numeric tick labels, also draw coordinate axes at x=0 and y=0 with logarithmic x tick marks |
LogXBoxTicksLabelsAxesMajorGrid | Draw box, ticks, and numeric tick labels, also draw a grid at major tick positions in both coordinates with logarithmic x tick marks. |
LogXBoxTicksLabelsAxesMinorGrid | Draw box, ticks, and numeric tick labels, also draw a grid at minor tick positions in both coordinates with logarithmic x tick marks. |
LogXYBoxTicksLabels | Draw box, ticks, and numeric tick labels with logarithmic x and y tick marks. |
LogXYBoxTicksLabelsAxes | Draw box, ticks, and numeric tick labels, also draw coordinate axes at x=0 and y=0 with logarithmic x and y tick marks |
LogXYBoxTicksLabelsAxesMajorGrid | Draw box, ticks, and numeric tick labels, also draw a grid at major tick positions in both coordinates with logarithmic x and y tick marks. |
LogXYBoxTicksLabelsAxesMinorGrid | Draw box, ticks, and numeric tick labels, also draw a grid at minor tick positions in both coordinates with logarithmic x and y tick marks. |
LogYBoxTicksLabels | Draw box, ticks, and numeric tick labels with logarithmic y tick marks. |
LogYBoxTicksLabelsAxes | Draw box, ticks, and numeric tick labels, also draw coordinate axes at x=0 and y=0 with logarithmic y tick marks |
LogYBoxTicksLabelsAxesMajorGrid | Draw box, ticks, and numeric tick labels, also draw a grid at major tick positions in both coordinates with logarithmic y tick marks. |
LogYBoxTicksLabelsAxesMinorGrid | Draw box, ticks, and numeric tick labels, also draw a grid at minor tick positions in both coordinates with logarithmic y tick marks. |
Off | Draw no box, no tick marks, no numeric tick labels, no axes. |