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



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