Nevron .NET Vision
Nevron.Chart Namespace / NBarSeriesBase Class / EnableYPixelSnapping Property


In This Topic
    EnableYPixelSnapping Property
    In This Topic
    Whether to enable pixel snapping for bar y values
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Options")>
    <System.ComponentModel.DescriptionAttribute("Whether to enable pixel snapping for bar y values")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property EnableYPixelSnapping As System.Boolean
    'Usage
     
    
    Dim instance As NBarSeriesBase
    Dim value As System.Boolean
     
    instance.EnableYPixelSnapping = value
     
    value = instance.EnableYPixelSnapping
    [System.ComponentModel.Category("Options")]
    [System.ComponentModel.Description("Whether to enable pixel snapping for bar y values")]
    [System.ComponentModel.DefaultValue(true)]
    public System.bool EnableYPixelSnapping {get; set;}
    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