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



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