Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 845 Bytes

File metadata and controls

13 lines (10 loc) · 845 Bytes

Drawing custom elements on a canvas

This example is part of a recipe from the book published by Packt:

.NET MAUI Cookbook: Build a full-featured app swiftly with MVVM, CRUD, AI, authentication, real-time updates, and more

In the book, this recipe covers:

  • Building a simple bar chart control that draws its content using GraphicsView.
  • Implementing the IDrawable interface to create custom elements.
  • Refreshing a drawable element when its properties change.

Note: This example may not include all the points mentioned above. For complete details, please refer to the corresponding recipe in the book.

Output

Custom Segmented Bar Chart