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
630
Custom Markers for StackedColumnSeries
posted

Hi,

tried to paint custom markers in my graph. I used the code from http://help.infragistics.com/iOS/2014.1/IGChartView_Using_Custom_Markers.html.

But only the label from top is ok. The markers from the other series are overlapped and not readable. Is there anything like LabelStyles.Inside. I did some experiments in the ResolveMarkerView function with the IGMarkerDisplayOptions but with no effect.

Thanks,

Johann

Parents
No Data
Reply
  • 48586
    posted

    Hello Johann,

     

    What you could do in your case is to align the text of the corresponding IUView element and also you should  add one or two space and the end of the formatted text. Please see the attached sample.

     

    Please let  me know if you have any further questions.

    ChartViewCustomMarkers.zip
Children