ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / BreakEvenStyles Class / MarginalProfit Property






In This Topic
    MarginalProfit Property
    In This Topic
    Specifies the style of the marginal profit line.
    Syntax
    'Declaration
     
    
    Public Property MarginalProfit As SVGStyle
    'Usage
     
    
    Dim instance As BreakEvenStyles
    Dim value As SVGStyle
     
    instance.MarginalProfit = value
     
    value = instance.MarginalProfit
    public SVGStyle MarginalProfit {get; set;}
    public read-write property MarginalProfit: SVGStyle; 
    public function get,set MarginalProfit : SVGStyle
    public: __property SVGStyle* get_MarginalProfit();
    public: __property void set_MarginalProfit( 
       SVGStyle* value
    );
    public:
    property SVGStyle^ MarginalProfit {
       SVGStyle^ get();
       void set (    SVGStyle^ value);
    }
    See Also