Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / CoordinateSystemBase Class / LabelAxisY Property

In This Topic
    LabelAxisY Property (CoordinateSystemBase)
    In This Topic
    Gets or sets the Y axis label.
    Syntax
    'Declaration
     
    Public Overridable Property LabelAxisY As String
    public virtual string LabelAxisY {get; set;}
    Remarks
    You need to call the ViewportLayout.CompileUserInterfaceElements to see the effect of your changes at run-time.
    See Also