Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.GraphicsCore.v4.4 Assembly / Xceed.Chart.GraphicsCore Namespace / ImageDescription Class / BitsPerPixel Property


In This Topic
    BitsPerPixel Property
    In This Topic
    The color resolution of the image.
    Syntax
    'Declaration
     
    <XmlAttributeAttribute()>
    Public Property BitsPerPixel As Integer
    'Usage
     
    Dim instance As ImageDescription
    Dim value As Integer
     
    instance.BitsPerPixel = value
     
    value = instance.BitsPerPixel
    [XmlAttribute()]
    public int BitsPerPixel {get; set;}
    Remarks
    This property defines the number of bits used to encode a pixel in the generated image. Possible values are 16, 24 and 32. The default value is 24.
    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