Nevron .NET Vision
Nevron.Chart Namespace / NAxisCursor Class
Fields Properties Methods Events


In This Topic
    NAxisCursor Class Members
    In This Topic

    The following tables list the members exposed by NAxisCursor.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new axis cursor with default settings.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a property indicating whether the cursor allows dragging via the mouse.  
    Public PropertyGets or sets the animation style (Inherited from Nevron.Chart.NAxisMarker)
    Public PropertySpecifies the axis on which the Begin and End values are mapped.  
    Public PropertyBegin value for the cursor line.  
    Public PropertySpecifies whether to use the specified starting and ending values of the cursor line.  
    Public PropertyAllows the user to move this cursor with the keyboard  
    Public PropertyEnd value for the cursor line.  
    Public PropertyGets/sets the id of the element (Inherited from Nevron.Chart.NChartElement)
    Public PropertyThe interactivity style associated with the axis attribute. (Inherited from Nevron.Chart.NAxisMarker)
    Public PropertyThe keyboard command associated with left move.  
    Public PropertyThe keyboard command associated with right move.  
    Public PropertyUser defined name of the node (Inherited from Nevron.Chart.NChartElement)
    Public PropertyWhen set to true the cursor will automaticlly scroll the axes in order to accomodate the new x,y value.  
    Public Property  
    Public PropertyThe horizontal move step.  
    Public PropertyGets or sets the stroke style applied to the marker. (Inherited from Nevron.Chart.NAxisMarker)
    Public PropertySynchronizes the axis cursor position when a mouse event occurs.  
    Public PropertyUser defined data associated with the node (Inherited from Nevron.Chart.NChartElement)
    Public PropertyGets or sets the text displayed by the const line (Inherited from Nevron.Chart.NAxisMarker)
    Public PropertyGets or sets the label fit mode when BoundsMode is set to Fit (Inherited from Nevron.Chart.NAxisMarker)
    Public PropertyGets or sets the offset of the text from the text location specified by TextContentAlignment (Inherited from Nevron.Chart.NAxisMarker)
    Public PropertyGets or sets the NTextStyle object applied to the const line text. (Inherited from Nevron.Chart.NAxisMarker)
    Public PropertyGets/sets the unique id of the element (Inherited from Nevron.Chart.NChartElement)
    Public PropertyControls the value of the axis marker. (Inherited from Nevron.Chart.NValueAxisMarker)
    Public PropertyDefines how to snap cursor value to axis ticks and ruler.  
    Top
    Public Methods
     NameDescription
    Public MethodAligns all slaves cursors with this cursors.  
    Public MethodAligns this axis cursor to the master axis cursor.  
    Public MethodCreates an identical copy of this object (Inherited from Nevron.Chart.NChartNode)
    Public MethodCreates an identical copy of the element, which differs only by the element unique id (Inherited from Nevron.Chart.NChartElement)
    Public MethodOverridden.   
    Public MethodGets a child or descendant attribute by its name (Inherited from Nevron.Chart.NChartElement)
    Public MethodGets the name of the specified child attribute (Inherited from Nevron.Chart.NLineAxisMarker)
    Public Method (Inherited from Nevron.Chart.NValueAxisMarker)
    Public MethodCalled by child or descendants attributes when an attribute has changed (Inherited from Nevron.Chart.NChartElement)
    Public MethodCalled by child or descendants attributes when an attribute property has changed (Inherited from Nevron.Chart.NChartElement)
    Public MethodCalled by child or descendants attributes when an attribute property is changing (Inherited from Nevron.Chart.NChartElement)
    Public MethodOverridden. Replaces any foreign unique ids (references to other nodes)  
    Public MethodSets a child or descendant attribute by its name (Inherited from Nevron.Chart.NChartElement)
    Public MethodSets the current axis cursor position in scale units  
    Public MethodSets the current position in view coordinates.  
    Public MethodOverriden to return the element name (Inherited from Nevron.Chart.NChartElement)
    Public MethodOverridden.   
    Top
    Protected Methods
     NameDescription
    Protected MethodCommits the current transaction (Inherited from Nevron.Chart.NChartElement)
    Protected MethodResumes the history service. Pair it with the StartProperty method. (Inherited from Nevron.Chart.NChartElement)
    Protected MethodObtains an context tree item from the specified unique id (Inherited from Nevron.Chart.NChartElement)
    Protected MethodGeneral property changed handler, which fires the NodePropertyChanged event (Inherited from Nevron.Chart.NChartNode)
    Protected MethodGeneral property changing handler, which fires the NodePropertyChanging event (Inherited from Nevron.Chart.NChartNode)
    Protected MethodOverridden.   
    Protected MethodSafely pauses the history service (Inherited from Nevron.Chart.NChartElement)
    Protected MethodRecords the state of the specified property before it is changed (Inherited from Nevron.Chart.NChartElement)
    Protected MethodOverloaded. Records the entire state of the node (Inherited from Nevron.Chart.NChartElement)
    Protected MethodSafely resumes the history service (Inherited from Nevron.Chart.NChartElement)
    Protected MethodRolls back the current transaction (Inherited from Nevron.Chart.NChartElement)
    Protected MethodRecords the state of the specified property before it is changed and pauses the history service. Pair it with the EndProperty method. (Inherited from Nevron.Chart.NChartElement)
    Protected MethodStarts a new transaction (Inherited from Nevron.Chart.NChartElement)
    Protected Method  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the horizontal cursor value has changed. (Inherited from Nevron.Chart.NValueAxisMarker)
    Top
    See Also