ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Renderer2D Class / Stacked Property


In This Topic
    Stacked Property (Renderer2D)
    In This Topic
    Gets or sets the stacked options of the plot.
    Syntax
    'Declaration
     
    
    Public Property Stacked As StackedOptions
    'Usage
     
    
    Dim instance As Renderer2D
    Dim value As StackedOptions
     
    instance.Stacked = value
     
    value = instance.Stacked
    public StackedOptions Stacked {get; set;}
    See Also