ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / BreakEven Class / BreakEvenStyle Property



In This Topic
    BreakEvenStyle Property
    In This Topic
    Gets the break-even style.
    Syntax
    'Declaration
     
    
    Public Property BreakEvenStyle As ChartStyle
    'Usage
     
    
    Dim instance As BreakEven
    Dim value As ChartStyle
     
    instance.BreakEvenStyle = value
     
    value = instance.BreakEvenStyle
    public ChartStyle BreakEvenStyle {get; set;}
    public:
    property ChartStyle^ BreakEvenStyle {
       ChartStyle^ get();
       void set (    ChartStyle^ value);
    }
    See Also