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


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

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

    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