[]
        
(Showing Draft Content)

C1.WPF.C1Chart.Shape3D

Shape3D Class

Base class for 3D shapes.

Implements
Namespace: C1.WPF.C1Chart
Assembly: C1.WPF.C1Chart.4.6.2.dll
Syntax
public abstract class Shape3D : DependencyObject, IGeometry3D

Constructors

Name Description
Shape3D()

Fields

Name Description
_loc

Stores the location of the shape.

_sz

Stores the size of the shape.

Properties

Name Description
Center

Gets the center of the shape.

Geometry

Gets 3D geometry that describes the shape.

Style

Gets or sets the plot style.

Methods

Name Description
Render(RenderContext)

Renders the shape based on the specified render context.