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
460
Chart font color
posted

How can we change the font color inside Datacharts? For example, the color of the text on x axis and y axis

Parents
  • 280
    Suggested Answer
    posted

    HI Krishna Bhat i m vb.net developer and i change the x-axix  text through that code

    Me.UltraChart1.Axis.X.Labels.FontColor = System.Drawing.Color.Green

    in the same way change the y axix font color by using that code

    Me.UltraChart1.Axis.Y.Labels.FontColor = System.Drawing.Color.RED

    Please feel free to let me know if I misunderstood you or if you have any other questions, I will be glad to assist you!

    if you need more help ask freely on below link

    http://ahmadkhalid44.blogspot.com/

    Best regards,

    Ahmad Khalid

    Software Developer 


Reply Children