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



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