Use Paints for graphical rendering
masterA Paint is an object used to render graphical elements in the UI, similar to Brushes in WPF or AvaloniaUI. LiveCharts2 uses a wrapper around SkiaSharp's Paint that adds features like animations and a more developer-friendly API.
You can assign a paint to various properties to control rendering:
- Series:
FillandStrokeproperties. - Axes:
DataLabelsPaintandSeparatorPaintproperties.
Setting a paint to null is valid and means the visual will be ignored or not drawn.