'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets or sets the axis view object controlling the visible range of values displayed by this axis")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NAxisViewTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property View As NAxisView
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets or sets the axis view object controlling the visible range of values displayed by this axis")] [System.ComponentModel.Editor(Nevron.Editors.NAxisViewTypeEditor, System.Drawing.Design.UITypeEditor)] public NAxisView View {get; set;}