SKDefaultTooltip
Class
Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.SKCharts
Summary:
Defines the default tooltip.
Implements:
Constructors
// Initializes a new instance of the DrawnGeometry class.
Properties
Gets or sets the animations speed.
Type: TimeSpan
Type: TimeSpan
Gets or sets the content.
Type: IDrawnElement<SkiaSharpDrawingContext>
Type: IDrawnElement<SkiaSharpDrawingContext>
Gets the container drawn geometry.
Type: PopUpGeometry
Type: PopUpGeometry
Gets or sets the transform origin.
Type: LvcPoint
Type: LvcPoint
Gets or sets the translate transform.
Type: LvcPoint
Type: LvcPoint
Gets or sets the rotation transform in degrees.
Type: Single
Type: Single
Gets or sets the scale transform.
Type: LvcPoint
Type: LvcPoint
Gets or sets the skew transform.
Type: LvcPoint
Type: LvcPoint
Gets a value indicating whether the instance has transform.
Type: Boolean
Type: Boolean
Gets a value indicating whether the instance has translation.
Type: Boolean
Type: Boolean
Gets a value indicating whether the instance has rotation.
Type: Boolean
Type: Boolean
Gets or sets the current time, this property is used to animate the instance.
Type: Int64
Type: Int64
Gets or sets a value indicating whether the instance should be removed from the canvas when all the animations are completed.
Type: Boolean
Type: Boolean
Gets the motion properties.
Type: Dictionary<String, IMotionProperty>
Type: Dictionary<String, IMotionProperty>
Methods
// Shows the tool tip in the specified chart.
Show(
| IEnumerable<ChartPoint> foundPoints, | // The found points. |
| Chart chart | // The chart. |
)
// Measures the instance.
// Removes the transition for the specified properties.
| String[] propertyName | // The properties to remove, null to select all properties. |
)
// Completes the transition for the specified properties.
| String[] propertyName | // The properties, null to seledct all. |
)