Nevron .NET Vision
Nevron.Chart Namespace / FillRoundingMode Enumeration


In This Topic
    FillRoundingMode Enumeration
    In This Topic
    Defines different rounding modes for the geometry of filled bar shapes.
    Syntax
    'Declaration
     
    
    Public Enum FillRoundingMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FillRoundingMode
    public enum FillRoundingMode : System.Enum 
    Members
    MemberDescription
    DefaultThe shape geometry is not modified.
    ExtendThe shape geometry is offseted with half pixel and is extended with one pixel.
    NegativeOffsetThe shape geometry is offseted with -0.5 pixels.
    PositiveOffsetThe shape geometry is offseted with 0.5 pixels.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.FillRoundingMode

    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