See Also

DataEngine Class  | DataEngine Members

Language

Visual Basic

C#

Show All

value
See Also Languages dotnetCHARTING Send comments on this topic.

DataFields Property

Gets or sets a value that specifies the 'database column' to 'element value' relationship.

[Visual Basic]
Public WriteOnly Property DataFields( _    ByVal value As String _ )
[C#]
public void DataFields(    string value ); {set;}

Parameters

value

Remarks

See Getting Started > Tutorials > Data Fields for more info.

Example

[C#] 

de.DataFields="xAxis=field1,yAxis=field2,splitby=field3,bubblesize=field4";

[Visual Basic] 

de.DataFields="xAxis=field1,yAxis=field2,splitby=field3,bubblesize=field4"

See Also

DataEngine Class  | DataEngine Members

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.