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

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