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
25
New UltraDoughnutChart
posted

Can you please provide a VB code example on how to load the chart with data?

Parents
No Data
Reply
  • 2575
    Offline posted

    Hello,

    In the Adding UltraDoughnutChart topic in our help documentation, you can find how the example UltraDoughnutChart was created with data.

    Once you've created the UltraDoughnutChart and the RingSeries bound to your data, you must then add the series to the UltraDoughnutChart Series collection, like so:

    myDoughnutChart.Series.Add(myRingSeries)

    You can find working UltraDoughnut VB samples showing how to do this, as well as how to load multiple data sets into one chart, in your Samples Browser under DataVisualization>UltraDoughnutChart.

    Please let me know if I can further assist you.

Children
No Data