ComponentOne FinancialChart for WPF
C1.WPF.Chart.Finance Namespace / FinancialChartOptions Class / NewLineBreaks Property



In This Topic
    NewLineBreaks Property
    In This Topic
    Gets or sets the number of previous boxes that must be compared before a new box is drawn in Line Break charts. The default value is 3.
    Syntax
    'Declaration
     
    
    Public Property NewLineBreaks As Integer
    'Usage
     
    
    Dim instance As FinancialChartOptions
    Dim value As Integer
     
    instance.NewLineBreaks = value
     
    value = instance.NewLineBreaks
    public int NewLineBreaks {get; set;}
    public:
    property int NewLineBreaks {
       int get();
       void set (    int value);
    }
    See Also