Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
485
Coulmn Series rectangle Width, Tooltip setting issue | Always show grid line at '0'
posted

Hi,

I have few issues. Please find attached the sample for your reference.

1.) How can I set the width of the rectangle through code? I want to give it configurable to user.

2.) The ToolTip I want to show on the rectangle is showing wrong color. How? Can we set it as per the rectangle?

3.) This is a tricky one. In my original application, sometimes the grid line at '0' is not showing. And since the positive and negative columns cross at '0', this grid line should always be visible. Furthermore, we want this line color to be black & bold as and if needed.

4.) Why is the Y-Axis line not visible in the attached sample?

Please explain these things briefly for better understanding of the internal architecture & interactions of the controls.

Thanks & Regards

BarSeriesHight.rar
Parents
  • 460
    Suggested Answer
    Offline posted

    Hi Rob,

    Please find below the answers to your questions.

    1.) You can adjust the columns' width by changing the Gap property. There is currently no way to set a pixel width to the columns.

    2.) The ToolTip shows the color of the series. You can change that by customizing the ToolTip's template.

    3.) You can add ValueOverlay and change its color, etc. and set its value to 0 for the Y axis. That would not display the label though. Another approach would be to adjust the MinimumValue, MaximumValue and Interval on the Y axis.

    4.) You have to assign the Stroke and the StrokeThickness properties to the Y axis in order to have it displayed.

    Hope that helps! Thank you!

    Best Regards,

    Nelly Tacheva

    Infragistics, Inc.

Reply Children