'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Gets or sets the number of consecutive lines used for the reversal criterion of the line break chart.")> <System.ComponentModel.DefaultValueAttribute(3)> Public Property NumberOfLinesToBreak As System.Integer
'Usage
Dim instance As NThreeLineBreakSeries Dim value As System.Integer instance.NumberOfLinesToBreak = value value = instance.NumberOfLinesToBreak
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Gets or sets the number of consecutive lines used for the reversal criterion of the line break chart.")] [System.ComponentModel.DefaultValue(3)] public System.int NumberOfLinesToBreak {get; set;}