'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Size")> <System.ComponentModel.DescriptionAttribute("Gets or sets whether the content area will be pixel snapped")> Public Property DisableContentAreaPixelSnapping As System.Boolean
'Usage
Dim instance As NCartesianChart Dim value As System.Boolean instance.DisableContentAreaPixelSnapping = value value = instance.DisableContentAreaPixelSnapping
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Size")] [System.ComponentModel.Description("Gets or sets whether the content area will be pixel snapped")] public System.bool DisableContentAreaPixelSnapping {get; set;}