'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Gets or sets the box size for the point and figure series")> <System.ComponentModel.DefaultValueAttribute(1)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property BoxSize As System.Double
'Usage
Dim instance As NPointAndFigureSeries Dim value As System.Double instance.BoxSize = value value = instance.BoxSize
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Gets or sets the box size for the point and figure series")] [System.ComponentModel.DefaultValue(1)] [System.Xml.Serialization.XmlAttribute()] public System.double BoxSize {get; set;}