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



In This Topic
    FixedCost Property
    In This Topic
    Gets or sets the fixed cost value.
    Syntax
    'Declaration
     
    
    Public Property FixedCost As Double
    'Usage
     
    
    Dim instance As BreakEven
    Dim value As Double
     
    instance.FixedCost = value
     
    value = instance.FixedCost
    public double FixedCost {get; set;}
    public:
    property double FixedCost {
       double get();
       void set (    double value);
    }
    See Also