Jump to content
Software FX Community

Multi-Series


User (Legacy)

Recommended Posts

DataTableProvider dt = new DataTableProvider(dslocal.Tables[0]);

CrosstabDataProvider cfxCT = new CrosstabDataProvider();

cfxCT.DataSource = dt;

Chart1.DataSourceSettings.Fields.Add(new FieldMap("Month_Year",

FieldUsage.ColumnHeading));

Chart1.DataSourceSettings.Fields.Add(new FieldMap("Assigned_Group",

FieldUsage.RowHeading));

Chart1.DataSourceSettings.Fields.Add(new FieldMap("Count",

FieldUsage.Value));

Chart1.DataSource = cfxCT;

Plesae find code above , thats way i set up the chart

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:FAmGyRY3GHA.3152@webserver3.softwarefx.com...

> I see no dates in this chart. You are setting these dates to which Chart

FX

> property ?

>

> --

> Francisco Padron

> www.chartfx.com

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...