Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / AxisRuler Class
Members


In This Topic
    AxisRuler Class
    In This Topic
    Conrtols the ruler of the associated axis.
    Object Model
    AxisRuler Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <SerializableAttribute()>
    Public Class AxisRuler 
    'Usage
     
    Dim instance As AxisRuler
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Serializable()]
    public class AxisRuler 
    Remarks
    Each axis has a AxisRuler object associated with it. It is accessible with the help of the Ruler property of the Axis class. The user can control the ruler size and paging with functionality exposed by this class.
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.Core.AxisRuler

    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