Graphics.Rendering.Chart.Plot.Annotation
Description
Show textual annotations on a chart.
- data PlotAnnotation x y = PlotAnnotation {}
- defaultPlotAnnotation :: PlotAnnotation x y
- plot_annotation_hanchor :: forall x y. T (PlotAnnotation x y) HTextAnchor
- plot_annotation_vanchor :: forall x y. T (PlotAnnotation x y) VTextAnchor
- plot_annotation_angle :: forall x y. T (PlotAnnotation x y) Double
- plot_annotation_style :: forall x y. T (PlotAnnotation x y) CairoFontStyle
- plot_annotation_values :: forall x y. T (PlotAnnotation x y) [(x, y, String)]
Documentation
data PlotAnnotation x y Source
Value for describing a series of text annotations to be placed at arbitrary points on the graph. Annotations can be rotated and styled. Rotation angle is given in degrees, rotation is performend around the anchor point.
Constructors
PlotAnnotation | |
Instances
plot_annotation_hanchor :: forall x y. T (PlotAnnotation x y) HTextAnchorSource
plot_annotation_vanchor :: forall x y. T (PlotAnnotation x y) VTextAnchorSource
plot_annotation_angle :: forall x y. T (PlotAnnotation x y) DoubleSource
plot_annotation_style :: forall x y. T (PlotAnnotation x y) CairoFontStyleSource
plot_annotation_values :: forall x y. T (PlotAnnotation x y) [(x, y, String)]Source