'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;}