'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets or sets the scale breaks associated with this axis")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property ScaleBreaks As NScaleBreakCollection
'Usage
Dim instance As NScaleConfigurator Dim value As NScaleBreakCollection instance.ScaleBreaks = value value = instance.ScaleBreaks
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets or sets the scale breaks associated with this axis")] [System.Xml.Serialization.XmlIgnore()] public NScaleBreakCollection ScaleBreaks {get; set;}