ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexChart<T> Class / Stacking Property






In This Topic
    Stacking Property (FlexChart<T>)
    In This Topic
    Gets or sets whether and how series objects are stacked.
    Syntax
    'Declaration
     
    
    Public Property Stacking As Stacking
    'Usage
     
    
    Dim instance As FlexChart(Of T)
    Dim value As Stacking
     
    instance.Stacking = value
     
    value = instance.Stacking
    public Stacking Stacking {get; set;}
    public read-write property Stacking: Stacking; 
    public function get,set Stacking : Stacking
    public: __property Stacking get_Stacking();
    public: __property void set_Stacking( 
       Stacking value
    );
    public:
    property Stacking Stacking {
       Stacking get();
       void set (    Stacking value);
    }
    See Also