Constructs a ChartMultiArc object.
Namespace:
RightEdge.Common.ChartObjectsAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public ChartMultiArc( ChartPoint centerPoint, ChartPoint outerPoint ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ centerPoint As ChartPoint, _ outerPoint As ChartPoint _ ) |
| Visual C++ |
|---|
public: ChartMultiArc( ChartPoint centerPoint, ChartPoint outerPoint ) |
Parameters
- centerPoint
- Type: RightEdge.Common..::.ChartPoint
A non-empty, valid ChartPoint object that represents the center point of the arc.
- outerPoint
- Type: RightEdge.Common..::.ChartPoint
A non-empty, valid ChartPoint object that represents the outer point of the arc.