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