StepLineAreaGeometry
Class

Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.Drawing.Geometries

Summary:
Defines an area drawin using bezier segments.

Inheritance:
Object =>
Animatable =>
Drawable =>
VectorGeometry<StepLineSegment> =>
StepLineAreaGeometry
Implements:

Constructors

// Initializes a new instance of the VectorGeometry`1 class.

Properties

Gets or sets the commands.
Type: LinkedList<StepLineSegment>
Defines the closing method.
Type: VectorClosingMethod
Gets or sets the pivot.
Type: Single
Gets or sets the stroke paint.
Type: IPaint<SkiaSharpDrawingContext>
Gets or sets the fill paint.
Type: IPaint<SkiaSharpDrawingContext>
Gets or sets the opacity.
Type: Single
Gets or sets a value indicating whether this instance is completed.
Type: Boolean
Gets or sets the current time.
Type: Int64
Gets or sets a value indicating whether the element is removed when all the transitions complete.
Type: Boolean
Gets the motion properties.
Type: Dictionary<String, IMotionProperty>

Methods

// Completes the property or properties transitions.
String[] propertyName// Name of the property, null to select them all.
)
// Called when the geometry is drawn.
SkiaSharpDrawingContext context// The context.
)
// Sets a property transition for the specified property or properties.
Animation animation, // The animation.
String[] propertyName// Name of the property, use null to set all the animatable properties.
)
// Removes a property or properties transitions.
String[] propertyName// Name of the property, null to remove them all.
)