series lable-argument not attach to the value

Stimulsoft Reports.WEB discussion
Post Reply
hana
Posts: 14
Joined: Tue Jun 14, 2011 3:17 am

series lable-argument not attach to the value

Post by hana »

Hi,
I have a clustered chart,
the problem is that if I set the lables in x axis-argument
and value type in series lables-argument

and they are nut match,the series lable-argument not attach to the value.

I attach the report and hope you understand the problem and will help me

thank you







Connection
Data Source=BMW-112-10106\SQLEXPRESS;Integrated Security=True;Initial Catalog=moked_hod
Connection




Statistics

Tasks,System.Int32
FNAME,System.String

30

Statistics
Connection

SELECT count(*) AS Tasks, SP_STATUS AS FNAME
FROM applications LEFT JOIN (tipulim
LEFT JOIN status ON tipulim.SUG_TIPUL = status.SP_ID)
ON applications.PNIA = tipulim.PNIA
WHERE (tipulim.LINE=(SELECT max(tipulim.LINE) FROM tipulim WHERE tipulim.PNIA = applications.PNIA))
GROUP BY SP_STATUS ORDER BY SP_STATUS DESC






EngineV2




None;Black;2;Solid;False;4;Black
Transparent



88, 86, 75
GradientBrush,[255:255:255],[255:255:255],90

True


100, 88, 86, 75
100, 88, 86, 75



Silver
Gainsboro
False



100, 88, 86, 75
100, 88, 86, 75



[10:138:136:125]



[10:138:136:125]




45
88, 86, 75
Tahoma,8

88, 86, 75



88, 86, 75
LeftToRight
Tahoma,12,Bold





88, 86, 75
Tahoma,8

88, 86, 75


88, 86, 75
LeftToRight
Tahoma,12,Bold





88, 86, 75
Tahoma,8

88, 86, 75



88, 86, 75
BottomToTop
Tahoma,12,Bold





88, 86, 75
Tahoma,8
Left

88, 86, 75



88, 86, 75
TopToBottom
Tahoma,12,Bold



[255:255:255]
0,0,27.4,12.4





88, 86, 75
GradientBrush,[255:255:255],[255:255:245],90

27
Arial,9.75,Bold,Point,False,0
RightOutside
16
88, 86, 75
10, 10
88, 86, 75
Arial,14,Bold
1

Chart1




Statistics.FNAME
0, 29, 89
GradientBrush,[79:129:189],[29:79:139],0



88, 86, 75
[238:238:236:225]
Arial,7
88, 86, 75
Argument
8, 6
-
False

Series 1
Statistics.Tasks



88, 86, 75
[238:238:236:225]

Arial,9.75,Bold,Point,False,0

88, 86, 75
ValueArgument
8, 6
True
Argument
-





[88:86:75]
Tahoma,12,Bold
True




370d1ac0325c425693b96d4fa00d8174
0.5,0.5,0.5,0.5
Page1
Landscape
21
29.7


Arial,100
[50:0:0:0]





System.Dll
System.Drawing.Dll
System.Windows.Forms.Dll
System.Data.Dll
System.Xml.Dll
Stimulsoft.Controls.Dll
Stimulsoft.Base.Dll
Stimulsoft.Report.Dll

Report
7/7/2011 7:01:13 AM
6/19/2011 7:42:38 AM
C:\Documents and Settings\Administrator\Desktop\Hani___\clusteredChart.mrt
f7e3d5a75f094d1cb47c28df3c980807
Report
Centimeters
2011.2.1009
using System;
using System.Drawing;
using System.Windows.Forms;
using System.Data;
using Stimulsoft.Controls;
using Stimulsoft.Base.Drawing;
using Stimulsoft.Report;
using Stimulsoft.Report.Dialogs;
using Stimulsoft.Report.Components;

namespace Reports
{
public class Report : Stimulsoft.Report.StiReport
{
public Report() {
this.InitializeComponent();
}

#region StiReport Designer generated code - do not modify
#endregion StiReport Designer generated code - do not modify
}
}

CSharp

Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

series lable-argument not attach to the value

Post by Alex K. »

Hello,

Can you please send us a sample data for your report.

Thank you.
Post Reply