Spread Windows Forms 6.0 Product Documentation
GenerateSegmentDataList(SeriesDataField) Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > SeriesDataField Class : GenerateSegmentDataList(SeriesDataField) Method


field

Glossary Item Box

Generates the segment data list.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function GenerateSegmentDataList( _
   ByVal field As SeriesDataField _
) As IList(Of ISegmentData)
Visual Basic (Usage)Copy Code
Dim instance As SeriesDataField
Dim field As SeriesDataField
Dim value As IList(Of ISegmentData)
 
value = instance.GenerateSegmentDataList(field)
C# 
protected virtual IList<ISegmentData> GenerateSegmentDataList( 
   SeriesDataField field
)

Parameters

field

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.