ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartLegend Class / Orientation Property






In This Topic
    Orientation Property (ChartLegend)
    In This Topic
    Gets or sets a value that determines the orientation of the legend.
    Syntax
    'Declaration
     
    
    Public Overridable Property Orientation As LegendOrientation
    'Usage
     
    
    Dim instance As ChartLegend
    Dim value As LegendOrientation
     
    instance.Orientation = value
     
    value = instance.Orientation
    public virtual LegendOrientation Orientation {get; set;}
    public read-write property Orientation: LegendOrientation; virtual; 
    public function get,set Orientation : LegendOrientation
    public: __property virtual LegendOrientation get_Orientation();
    public: __property virtual void set_Orientation( 
       LegendOrientation value
    );
    public:
    virtual property LegendOrientation Orientation {
       LegendOrientation get();
       void set (    LegendOrientation value);
    }
    See Also