Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Utilities.v4.4 Assembly / Xceed.Chart.Utilities Namespace / MeasureUnitConverter Class
Members


In This Topic
    MeasureUnitConverter Class
    In This Topic
    Represents a helper class for converting values from one measure unit to another.
    Object Model
    MeasureUnitConverter Class
    Syntax
    'Declaration
     
    Public Class MeasureUnitConverter 
    'Usage
     
    Dim instance As MeasureUnitConverter
    public class MeasureUnitConverter 
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.Utilities.MeasureUnitConverter

    Public Constructors
     NameDescription
    Public ConstructorInitializes new measure units converter.  
    Top
    Protected Fields
     NameDescription
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the horizontal resolution of the graphics, currently assosiated with the converter.  
    Public PropertyGets the vertical resolution of the graphics, currently assosiated with the converter.  
    Public PropertyDeterminies whether the convertor has been initialized  
    Public PropertyGets or sets the "From" MeasurementUnit.  
    Public PropertyGets or sets the "To" MeasurementUnit.  
    Top
    Public Methods
     NameDescription
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public MethodOverloaded.   
    Public MethodOverloaded.   
    Public MethodReturn the X and Y scale of the measurement unit in pixels  
    Public MethodInitializes the horizontal and vertical scale matrixes depending on the horizontal and vertical resolution of a given graphics.  
    Public MethodInitializes the horizontal and vertical scale matrixes depending on the horizontal and vertical resolution of a given surface descriptor.  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    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