Spread for ASP.NET 12 Product Documentation
DataField Property (DoubleCollection)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > DoubleCollection Class : DataField Property
Gets or sets the field in the data source that supplies the double values.
Syntax
'Declaration
 
Public Property DataField As String
'Usage
 
Dim instance As DoubleCollection
Dim value As String
 
instance.DataField = value
 
value = instance.DataField
public string DataField {get; set;}
Exceptions
ExceptionDescription
value is a null reference (Nothing in VB).
See Also

Reference

DoubleCollection Class
DoubleCollection Members