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



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