showing coordinates and labelalignment

Hi, I am looking for two things: 1. Is it possible to show the coordinates of the points in the graph? (Either in tooltip or fixed within the graph) (If yes, how do I do this?) 2. I positioned the X-axe at the top, the different Y-axes at the left side. Now the labels at the top left of the graph of the primary Y-axe and the X-axe overlap. I would like to align the labels of the X-axe more to the rightside of the line they belong to. Is this possible? Thanx, SH

3 Replies

AD Administrator Syncfusion Team May 16, 2006 04:57 AM UTC

Hi, 1.Yes It is possible to show the coordinates of the points in the graph using Tooltip feature in chartControl. 2.Yes It is possible to avoid Axes Labels Overlap using EdgeLabelsDrawingMode in chartControl. The following code snippet illustrates this: this.chartControl1.PrimaryXAxis.EdgeLabelsDrawingMode=ChartAxisEdgeLabelsDrawingMode.Shift; Please take a look at the samples attached . Let me know if this fulfills your requirements. Thanks for your interest in Syncfusion product. Regards, F.Rashidha

MultipleYAxis.zip


AD Administrator Syncfusion Team May 16, 2006 05:06 AM UTC

Hi, Please look at the sample attached that demonstrate how to show the coordinates of the points in the graph using Tooltip feature in chartControl. Let me know if this fulfills your requirement. Thanks for your interest in Syncfusion product. Regards, F.Rashidha

ChartGetValueSample0.zip


SH sh May 16, 2006 09:29 AM UTC

Hello Rashida, Thank you for your quick response. I haven''t been able to test your solutions yet, because they wouldn''t work with our version of the Syncfusion Chart Control: version: 3.201.1.0 I am downloading the new version right now. I hope to get is working. Will let you know. sh

Loader.
Up arrow icon