Xceed Chart for WinForms v4.4 Documentation
MeasurementUnits Enumeration


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : MeasurementUnits Enumeration
Defines the measurement units used by the 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.
PercentPercents of some chart element
PixelMeasurement in pixels - used by the 2D 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
         Xceed.Chart.Core.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

Reference

Xceed.Chart.Core Namespace