See Also

DataEngine Class  | DataEngine Members  | DataEngine Class

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

value
See Also Requirements 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;}
[JScript]
public function set DataFields(    value : String )

Parameters

value

Remarks

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



Example:

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

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

DataEngine Class  | DataEngine Members  | DataEngine Class

 

 


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