Nevron .NET Vision
Nevron.Chart Namespace / NAxis Class / PagingView Property


In This Topic
    PagingView Property
    In This Topic
    Gets or sets the axis paging view.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the axis paging view.")>
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NAxisPagingViewTypeEditor, System.Drawing.Design.UITypeEditor)>
    Public Property PagingView As NAxisPagingView
    'Usage
     
    
    Dim instance As NAxis
    Dim value As NAxisPagingView
     
    instance.PagingView = value
     
    value = instance.PagingView
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Gets or sets the axis paging view.")]
    [System.ComponentModel.Editor(Nevron.Editors.NAxisPagingViewTypeEditor, System.Drawing.Design.UITypeEditor)]
    public NAxisPagingView PagingView {get; set;}
    Remarks
    When set to null no axis will display the range specified by the NAxisView object.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also