Draws a box around the plot area.

Namespace:  C1.C1Report.CustomFields
Assembly:  C1.C1Report.CustomFields.2 (in C1.C1Report.CustomFields.2.dll)

Syntax

C#
[CategoryAttribute("Chart")]
[DefaultValueAttribute(false)]
public bool Boxed { get; set; }
Visual Basic
<CategoryAttribute("Chart")> _
<DefaultValueAttribute(False)> _
Public Property Boxed As Boolean
	Get
	Set

Remarks

The default value for this property is False.

See Also