Hi
I am using spline chart, line chart(Composite chart - merged with bars). In this I am having issue of displaying datapoint. All other points except start point, end point are dotted circle in black color. This two points having value but it display differently. It should display as like others. I attached the screenshot. I need solution for spline chart as well as composite chart.
Thanks
Sridhar
Those black circles are MidPointAnchors. They cannot appear at the start or the end of the spline. This is done by design to indicate MidPoints of the spline. You can turn off those anchors by setting MidPointAnchors property of the spline chart to false. If you need to have black circles on both ends of the spline this would have to be custom drawn in FillSceneGraph event.
Hi,
I want to create a line chart which has information for different categories for different agents. so i need to differentiate each agent info from oher and also different categories. please help me as I am new to the cahrts in infragistics.
thanks
Hi sandhyc,
Sorry, but it's not clear from your description what you're trying to accomplish. I think it's best if you could include a screenshot describing the desired behavior. I have a suspicion that what you're trying to do can only be achieved with a composite chart, because grouping that is similar to column charts is not possible for line charts.