User (Legacy) Posted October 7, 2003 Report Share Posted October 7, 2003 Hi, Where I can find a good explain of the DataType property enumeration ? Thank you Dario Link to comment Share on other sites More sharing options...
Software FX Posted October 7, 2003 Report Share Posted October 7, 2003 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 More sharing options...
User (Legacy) Posted October 25, 2003 Author Report Share Posted October 25, 2003 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 More sharing options...
Software FX Posted October 25, 2003 Report Share Posted October 25, 2003 What do you mean by "the legend" ? Do you mean that you want to have a different chart series for each Article Code ? If this is the case you need to use the CrossTab Data Provider with Article Code being your Column Header. Check out the Docs. on CrossTab for details. -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.