Returns a segment that corresponds to the series value.

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

Syntax

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

Parameters

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

See Also