Jump to content
Software FX Community

DataType Enumeration


User (Legacy)

Recommended Posts

Did you see the one in the help files ?

Default If the field is numeric use it as an additional data series.

If the field is a string or text use it as a legend.

Label Instructs Chart FX to treat the selected field as a string.

Therefore a legend.

Value Instructs Chart FX to treat the selected field as a number.

Therefore an additional data series.

XValue Instructs Chart FX to treat the selected field as a number to

be used as the X axis coordinate. Use this option if you are creating XY

Plots.

IniValue Instructs Chart FX to treat the selected field as a number to

be used to set initial values for data points to achieve floating bars and

area charts.

Series Used with the CrossTab provider to assign as a series. (The

CrossTab Data Provider has not yet been Implemented.)

Point Used with the CrossTab provider to assign as a points. (The

CrossTab Data Provider has not yet been Implemented.)

NotUsed Instructs Chart FX to ignore this field from the result set.

KeyLegend Instructs Chart FX to treat the selected field as a string

that will be used as the key label for the x axis.

Are you looking for something more specific ?

There is also information in the programmer's guide under "Passing Data -

DataBase - SQL"

--

FP

Software FX, Inc.

Link to comment
Share on other sites

  • 3 weeks later...

Hi,

thank you for your answer, I've just find the enumeration in the resource

center but, perhaps I'm not a charting expert, I don't understand how to

pass data like I want:

example: I've a datatable with

ARTICLECODE TEXT

DELIVERYDATE DATE (OR TEXT)

QTY NUMBER

And I want to see field DELIVERYDATE on X axis, Article Code as Legend and

on the row of dataeditor and QTY as the values.

How can I do it ?

Kind regards

Dario

"SoftwareFX Support" <support@softwarefx.com> ha scritto nel messaggio

news:8HPJnFRjDHA.2376@WEBSERVER1...

> Did you see the one in the help files ?

>

> Default If the field is numeric use it as an additional data series.

> If the field is a string or text use it as a legend.

> Label Instructs Chart FX to treat the selected field as a string.

> Therefore a legend.

> Value Instructs Chart FX to treat the selected field as a number.

> Therefore an additional data series.

> XValue Instructs Chart FX to treat the selected field as a number to

> be used as the X axis coordinate. Use this option if you are creating XY

> Plots.

> IniValue Instructs Chart FX to treat the selected field as a number

to

> be used to set initial values for data points to achieve floating bars and

> area charts.

> Series Used with the CrossTab provider to assign as a series. (The

> CrossTab Data Provider has not yet been Implemented.)

> Point Used with the CrossTab provider to assign as a points. (The

> CrossTab Data Provider has not yet been Implemented.)

> NotUsed Instructs Chart FX to ignore this field from the result set.

> KeyLegend Instructs Chart FX to treat the selected field as a string

> that will be used as the key label for the x axis.

>

>

> Are you looking for something more specific ?

>

> There is also information in the programmer's guide under "Passing Data -

> DataBase - SQL"

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...