Nevron .NET Vision
Nevron.Chart Namespace / MeasurementUnits Enumeration


In This Topic
    MeasurementUnits Enumeration
    In This Topic
    Defines the measurement units used by the chart component
    Syntax
    'Declaration
     
    
    Public Enum MeasurementUnits 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As MeasurementUnits
    public enum MeasurementUnits : System.Enum 
    Members
    MemberDescription
    ModelUnits used by the chart model 3D layer.
    ScaleScale units are scaled to model units by the axes. All data series values are specified in scale units.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.MeasurementUnits

    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