Copyright | (c) Tim Docker 2006 2014 |
---|---|
License | BSD-style (see chart/COPYRIGHT) |
Safe Haskell | None |
Language | Haskell98 |
Graphics.Rendering.Chart.Plot.Annotation
Description
Show textual annotations on a chart.
- data PlotAnnotation x y = PlotAnnotation {}
- plot_annotation_hanchor :: forall x y. Lens' (PlotAnnotation x y) HTextAnchor
- plot_annotation_vanchor :: forall x y. Lens' (PlotAnnotation x y) VTextAnchor
- plot_annotation_angle :: forall x y. Lens' (PlotAnnotation x y) Double
- plot_annotation_style :: forall x y. Lens' (PlotAnnotation x y) FontStyle
- plot_annotation_values :: forall x y x y. Lens (PlotAnnotation x y) (PlotAnnotation x y) [(x, y, String)] [(x, y, String)]
Documentation
data PlotAnnotation x y #
Value for describing a series of text annotations to be placed at arbitrary points on the graph. Annotations can be rotated and styled.
Constructors
PlotAnnotation | |
Fields
|
Instances
ToPlot PlotAnnotation # | |
Default (PlotAnnotation x y) # | |
plot_annotation_hanchor :: forall x y. Lens' (PlotAnnotation x y) HTextAnchor #
plot_annotation_vanchor :: forall x y. Lens' (PlotAnnotation x y) VTextAnchor #
plot_annotation_angle :: forall x y. Lens' (PlotAnnotation x y) Double #
plot_annotation_style :: forall x y. Lens' (PlotAnnotation x y) FontStyle #
plot_annotation_values :: forall x y x y. Lens (PlotAnnotation x y) (PlotAnnotation x y) [(x, y, String)] [(x, y, String)] #