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






In This Topic
    BreakEven Property
    In This Topic
    Specifies the style of the break even markers.
    Syntax
    'Declaration
     
    
    Public Property BreakEven As SVGStyle
    'Usage
     
    
    Dim instance As BreakEvenStyles
    Dim value As SVGStyle
     
    instance.BreakEven = value
     
    value = instance.BreakEven
    public SVGStyle BreakEven {get; set;}
    public read-write property BreakEven: SVGStyle; 
    public function get,set BreakEven : SVGStyle
    public: __property SVGStyle* get_BreakEven();
    public: __property void set_BreakEven( 
       SVGStyle* value
    );
    public:
    property SVGStyle^ BreakEven {
       SVGStyle^ get();
       void set (    SVGStyle^ value);
    }
    See Also