Class AxisIncrementToRender
A location on an axis of a GraphView that may
or may not have a label associated with it
Inherited Members
Namespace: Terminal.Gui.Graphs
Assembly: Terminal.Gui.dll
Syntax
public class AxisIncrementToRender
Constructors
| Edit this page View SourceAxisIncrementToRender(Orientation, int, float)
Describe a new section of an axis that requires an axis increment
symbol and/or label
Declaration
public AxisIncrementToRender(Orientation orientation, int screen, float value)
Parameters
| Type | Name | Description |
|---|---|---|
| Orientation | orientation | |
| int | screen | |
| float | value |
Properties
| Edit this page View SourceOrientation
Direction of the parent axis
Declaration
public Orientation Orientation { get; }
Property Value
| Type | Description |
|---|---|
| Orientation |
ScreenLocation
The screen location (X or Y depending on Orientation) that the
increment will be rendered at
Declaration
public int ScreenLocation { get; }
Property Value
| Type | Description |
|---|---|
| int |
Value
The value at this position on the axis in graph space
Declaration
public float Value { get; }
Property Value
| Type | Description |
|---|---|
| float |