Segment
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing.Segments
Summary:
Defines a path segment that is part of a sequence.
Derived:
Properties
Gets or sets a value indicating whether this instance should be removed from the canvas when all the animations are completed.
Type: Boolean
Type: Boolean
Public static fields
Methods
// Sets the transition for the specified properties.
| Animation animation, | // The animation. |
| PropertyDefinition[] properties | // The properties to animate, when no properties, all properties are selected. |
)
// Removes the transition for the specified properties.
| PropertyDefinition[] properties | // The properties to remove, when no properties, all properties are selected. |
)
// Completes the transition for the specified properties.
| PropertyDefinition[] properties | // The properties to complete, when no properties, all properties are selected. |
)