Hi Slav,
My implementation has some issues when i Use
ScatterLineSeries . Code goes below .
<XAxis DataLabelsField =
"Activity"
Color=
"#b3b3b3"
MajorTickType=
"Outside"
MinorTickType=
"Outside"
Reversed=
"false"
>
<LabelsAppearance RotationAngle=
"0"
></LabelsAppearance>
<MajorGridLines Color=
"#EFEFEF"
Width=
"1"
></MajorGridLines>
<MinorGridLines Color=
"#F7F7F7"
Width=
"1"
></MinorGridLines>
<TitleAppearance Position=
"Center"
RotationAngle=
"0"
Text=
"Months"
></TitleAppearance>
</XAxis>
<YAxis AxisCrossingValue=
"0"
Color=
"#b3b3b3"
MajorTickSize=
"1"
MajorTickType=
"Outside"
MinorTickType=
"Outside"
Reversed=
"false"
Step=
"20"
>
<LabelsAppearance RotationAngle=
"0"
></LabelsAppearance>
<MajorGridLines Color=
"#EFEFEF"
Width=
"1"
></MajorGridLines>
<MinorGridLines Color=
"#F7F7F7"
Width=
"1"
></MinorGridLines>
<TitleAppearance Position=
"Center"
RotationAngle=
"0"
Text=
"Quality OF Fixes"
></TitleAppearance>
</YAxis>
<Series>
<telerik:ScatterLineSeries Name=
"STRunFailures"
MissingValues=
"Gap"
DataFieldY =
"STRunFailures"
>
<Appearance>
<FillStyle BackgroundColor=
"#B5E98D"
></FillStyle>
</Appearance>
<LabelsAppearance Position=
"Above"
>
</LabelsAppearance>
<MarkersAppearance MarkersType=
"Circle"
BackgroundColor=
"White"
></MarkersAppearance>
<TooltipsAppearance BackgroundColor=
"#B5E98D"
DataFormatString=
"{0}% on Month {1}"
>
</TooltipsAppearance>
</telerik:ScatterLineSeries>
</Series>
DataLabelsField (Activity) Is of String format and i Dont get it mapped on Xaxis . Please help me on this.
Thanks,
Madhav