Modifier
چهارشنبه 06 مرداد 1389, 15:47 عصر
سلام
من با کدهای زیر مقادیر را set کردم ولی هیچ نموداری به من نمایش داده نمیشه..
چی کار کنم؟
repGraphChartView.SeriesData.Items[i].DataSet := frxDsReportGraph;
repGraphChartView.Chart.Series[i].XValues.ValueSource := frxDsReportGraph.DataSet.Fields[0].FieldName;
repGraphChartView.Chart.Series[i].XLabelsSource := frxDsReportGraph.DataSet.Fields[0].FieldName;
repGraphChartView.Chart.Series[i].YValues.ValueSource := frxDsReportGraph.DataSet.Fields[i+1].FieldName;
من با کدهای زیر مقادیر را set کردم ولی هیچ نموداری به من نمایش داده نمیشه..
چی کار کنم؟
repGraphChartView.SeriesData.Items[i].DataSet := frxDsReportGraph;
repGraphChartView.Chart.Series[i].XValues.ValueSource := frxDsReportGraph.DataSet.Fields[0].FieldName;
repGraphChartView.Chart.Series[i].XLabelsSource := frxDsReportGraph.DataSet.Fields[0].FieldName;
repGraphChartView.Chart.Series[i].YValues.ValueSource := frxDsReportGraph.DataSet.Fields[i+1].FieldName;