Returns a sector by taking into account the specified radius that represents the specified value.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
C# |
---|
protected virtual RingSector GetRingSector( Vector center, double radius, double startAngle, double sweepAngle, SeriesValue seriesValue ) |
Visual Basic (Declaration) |
---|
Protected Overridable Function GetRingSector ( _ center As Vector, _ radius As Double, _ startAngle As Double, _ sweepAngle As Double, _ seriesValue As SeriesValue _ ) As RingSector |
Visual C++ |
---|
protected: virtual RingSector^ GetRingSector( Vector center, double radius, double startAngle, double sweepAngle, SeriesValue^ seriesValue ) |
Parameters
- center
- Type: PerpetuumSoft.Framework.Drawing..::.Vector
- radius
- Type: System..::.Double
- startAngle
- Type: System..::.Double
- sweepAngle
- Type: System..::.Double
- seriesValue
- Type: PerpetuumSoft.Charts..::.SeriesValue