Search Results for

    Show / Hide Table of Contents

    Class AxisIncrementToRender

    A location on an axis of a GraphView that may or may not have a label associated with it
    Inheritance
    object
    AxisIncrementToRender
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Terminal.Gui.Graphs
    Assembly: Terminal.Gui.dll
    Syntax
    public class AxisIncrementToRender

    Constructors

    | Edit this page View Source

    AxisIncrementToRender(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 Source

    Orientation

    Direction of the parent axis
    Declaration
    public Orientation Orientation { get; }
    Property Value
    Type Description
    Orientation
    | Edit this page View Source

    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
    | Edit this page View Source

    Value

    The value at this position on the axis in graph space
    Declaration
    public float Value { get; }
    Property Value
    Type Description
    float
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX