DashEffect
Class

Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.Painting.Effects

Summary:
Creates a stroke dash effect.

Inheritance:
Object =>
PathEffect =>
DashEffect

Constructors

// Creates a stroke dash effect.
Single[] dashArray, // *summary not found*
Single phase// *summary not found*
)

Methods

// Creates a new object that is a copy of the current instance.
// Creates the path effect.
// Transitions the path effect to a new one.
Single progress, // The progress.
PathEffect target// The end target.
)