Gets or sets the whether the PlotArea is enclosed in a box (solid border).
            
        
    Namespace: 
   C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# | 
|---|
[RefreshPropertiesAttribute(RefreshProperties.Repaint)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public bool Boxed { get; set; }  | 
| Visual Basic | 
|---|
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ Public Property Boxed As Boolean Get Set  |