Returns a sector for the specified series value.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
protected RingSector GetRingSectorBySeriesValue(
	SeriesValueBase seriesValue
)
Visual Basic (Declaration)
Protected Function GetRingSectorBySeriesValue ( _
	seriesValue As SeriesValueBase _
) As RingSector
Visual C++
protected:
RingSector^ GetRingSectorBySeriesValue(
	SeriesValueBase^ seriesValue
)

Parameters

seriesValue
Type: PerpetuumSoft.Charts..::.SeriesValueBase

See Also