dotnetCHARTING Send comments on this topic.
GetYValueList Method
See Also 
dotnetCHARTING Namespace > Series Class : GetYValueList Method


Gets a string containing a comma delimited list of Y values.

Syntax

Visual Basic (Declaration) 
Public Function GetYValueList() As String
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As String
 
value = instance.GetYValueList()
C# 
public string GetYValueList()

Return Value

A comma delimited list of Y values.

Remarks

This method can be useful when constructing InfoGrids.

See Also

© 2010 All Rights Reserved.