Gets or sets the shape of area.

Namespace:  C1.Web.C1WebChart
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
[DefaultValueAttribute(AreaShapeEnum.Rectangle)]
public AreaShapeEnum Shape { get; set; }
Visual Basic
<DefaultValueAttribute(AreaShapeEnum.Rectangle)> _
Public Property Shape As AreaShapeEnum
	Get
	Set

See Also