A simple, cross platform, pie chart class based on XUI library. Implemented as a custom view. Add it with the designer and set the data with: Dim data As List data.Initialize data.Add(PieChart1.CreateSlice("Slice #1", 234, 0)) '0 = random color data.Add(PieChart1.CreateSlice("Slice #2", 500...
www.b4x.com