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


In This Topic
    AxisScaleDimension Class
    In This Topic
    Represents a Dimension scale.
    Object Model
    AxisScaleDimension Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    <SerializableAttribute()>
    Public Class AxisScaleDimension 
       Inherits AxisScale
    'Usage
     
    Dim instance As AxisScaleDimension
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [Serializable()]
    public class AxisScaleDimension : AxisScale 
    Remarks
    This class inherits all functionality of its base class (AxisScale) and adds support for dimension scales. For more information please refer to the Dimension Scale topic in the Users Guide.
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.Core.AxisScale
          Xceed.Chart.Core.AxisScaleDimension

    Public Properties
     NameDescription
    Public PropertySpecifies whether the scale should produce automatic labels. (Inherited from Xceed.Chart.Core.AxisScale)
    Public PropertyControls the position of the data point relative to the tick positions.  
    Public PropertySpecifies the number of minor ticks between two major ones. (Inherited from Xceed.Chart.Core.AxisScale)
    Public PropertyControls the number of data points that lay between two labels.  
    Public PropertyControls the number of data points that lay between two data ticks.  
    Top
    Public Methods
     NameDescription
    Public MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.AxisScale)
    Top
    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