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



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