CartesianValueSummaryPresentation class sealed
How the value summary is presented inside the plot.
The hierarchy is sealed: the two concrete kinds are CartesianValueSummaryOverlay and CartesianValueSummaryAnnotation, and switches over a presentation are exhaustive without a wildcard. Both kinds share the same content, style resolution, and semantics; only placement behavior differs.
- Implementers
- Annotations
-
- @ChartSurface.new(sealedVariants: ['CartesianValueSummaryOverlay', 'CartesianValueSummaryAnnotation'])
Constructors
- CartesianValueSummaryPresentation.annotation({ChartOverlayPlacement placement, bool draggable, bool clampToPlot})
-
An in-plot, annotation-style panel that can optionally be dragged.
constfactory
- CartesianValueSummaryPresentation.overlay({ChartOverlayPlacement placement})
-
A fixed panel anchored to the plot interior.
constfactory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited