Gets or sets the shape of area.
Namespace:
C1.Web.C1WebChart3DAssembly: C1.Web.C1WebChart3D.2 (in C1.Web.C1WebChart3D.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(AreaShapeEnum.Rectangle)] public AreaShapeEnum Shape { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(AreaShapeEnum.Rectangle)> _ Public Property Shape As AreaShapeEnum Get Set |