'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Whether to enable pixel snapping for bar x values")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property EnableXPixelSnapping As System.Boolean
'Usage
Dim instance As NBarSeriesBase Dim value As System.Boolean instance.EnableXPixelSnapping = value value = instance.EnableXPixelSnapping
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Whether to enable pixel snapping for bar x values")] [System.ComponentModel.DefaultValue(true)] public System.bool EnableXPixelSnapping {get; set;}