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


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

    System.Object
       Xceed.Chart.Core.AxisScale
          Xceed.Chart.Core.AxisScaleValue
             Xceed.Chart.Core.AxisScaleNumeric

    Public Properties
     NameDescription
    Public PropertySpecifies whether the scale should produce automatic labels. (Inherited from Xceed.Chart.Core.AxisScale)
    Public PropertyWhen set to true the component automatically determines the maximum of the axis scale. When set to false the Max property specifies the maximum value of the axis scale. (Inherited from Xceed.Chart.Core.AxisScaleValue)
    Public PropertyWhen set to true the component automatically determines the minimum of the axis scale. When set to false the Min property specifies the minimum value of the axis scale. (Inherited from Xceed.Chart.Core.AxisScaleValue)
    Public PropertySpecifies whether minor ticks are automatically generated. (Inherited from Xceed.Chart.Core.AxisScaleValue)
    Public PropertySpecifies the major ticks custom step when the mode is set to CustomStep.  
    Public PropertySpecifies the major ticks custom steps when the mode is set to IrregularSteps.  
    Public PropertyControls the mode of the major ticks.  
    Public PropertySpecifies the maximal value of the axis when the AutoMax property is set to false. (Inherited from Xceed.Chart.Core.AxisScaleValue)
    Public PropertyControls the density of the major ticks when they are automatically calculated. (Inherited from Xceed.Chart.Core.AxisScaleValue)
    Public PropertySpecifies the minimal value of the axis when the AutoMin property is set to false. (Inherited from Xceed.Chart.Core.AxisScaleValue)
    Public PropertySpecifies the number of minor ticks between two major ones. (Inherited from Xceed.Chart.Core.AxisScale)
    Public PropertySpecifies the major tick origin value when the UseOrigin property is set to true.  
    Public PropertySpecifies whether the scale should end on an exact tick value. (Inherited from Xceed.Chart.Core.AxisScaleValue)
    Public PropertySpecifies whether the scale should begin from an exact tick value. (Inherited from Xceed.Chart.Core.AxisScaleValue)
    Public PropertySpecifies whether an origin value should be used for the automatically generated major 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
    Protected Methods
     NameDescription
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.AxisScaleValue)
    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