Nevron .NET Vision
Nevron.Chart Namespace / NDateTimeAxisPagingView Class
Members


In This Topic
    NDateTimeAxisPagingView Class
    In This Topic
    Represents a date / time axis paging view
    Object Model
    NDateTimeAxisPagingView Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.Chart.NDateTimeAxisPagingView)>
    <System.ComponentModel.TypeConverterAttribute(Nevron.Chart.NChartNodeTypeConverter)>
    <System.SerializableAttribute()>
    Public Class NDateTimeAxisPagingView 
       Inherits NAxisPagingView
       Implements INChartElement, INScrollbarController, Nevron.Dom.INAttributeContainer, Nevron.Dom.INAttributeObserver, Nevron.Dom.INElement, Nevron.Dom.INIdentifiable, Nevron.Dom.INNamed, Nevron.Dom.INNode, Nevron.Dom.INUniquelyIdentifiable, Nevron.Editors.INDomEditableNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NDateTimeAxisPagingView
    [System.Xml.Serialization.XmlInclude(Nevron.Chart.NDateTimeAxisPagingView)]
    [System.ComponentModel.TypeConverter(Nevron.Chart.NChartNodeTypeConverter)]
    [System.Serializable()]
    public class NDateTimeAxisPagingView : NAxisPagingView, INChartElement, INScrollbarController, Nevron.Dom.INAttributeContainer, Nevron.Dom.INAttributeObserver, Nevron.Dom.INElement, Nevron.Dom.INIdentifiable, Nevron.Dom.INNamed, Nevron.Dom.INNode, Nevron.Dom.INUniquelyIdentifiable, Nevron.Editors.INDomEditableNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Remarks
    This type of view allows you to natively scroll through an axis in date time format by preserving the specifics of date time ranges - for example scrolling one month to the left or scrolling one month to the right results in different begin value because months have variable number of days.
    Inheritance Hierarchy

    System.Object
       Nevron.Chart.NChartNode
          Nevron.Chart.NChartElement
             Nevron.Chart.NAxisPagingView
                Nevron.Chart.NDateTimeAxisPagingView

    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