Copyright | (c) Tim Docker 2006 2014 |
---|---|
License | BSD-style (see chart/COPYRIGHT) |
Safe Haskell | None |
Language | Haskell98 |
Show textual annotations on a chart.
Synopsis
- 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_background :: forall x y. Lens' (PlotAnnotation x y) Rectangle
- 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 Source #
Value for describing a series of text annotations to be placed at arbitrary points on the graph. Annotations can be rotated and styled.
PlotAnnotation | |
|
Instances
ToPlot PlotAnnotation Source # | |
Defined in Graphics.Rendering.Chart.Plot.Annotation toPlot :: PlotAnnotation x y -> Plot x y Source # | |
Default (PlotAnnotation x y) Source # | |
Defined in Graphics.Rendering.Chart.Plot.Annotation def :: PlotAnnotation x y # |
plot_annotation_hanchor :: forall x y. Lens' (PlotAnnotation x y) HTextAnchor Source #
plot_annotation_vanchor :: forall x y. Lens' (PlotAnnotation x y) VTextAnchor Source #
plot_annotation_angle :: forall x y. Lens' (PlotAnnotation x y) Double Source #
plot_annotation_style :: forall x y. Lens' (PlotAnnotation x y) FontStyle Source #
plot_annotation_background :: forall x y. Lens' (PlotAnnotation x y) Rectangle Source #
plot_annotation_values :: forall x y x y. Lens (PlotAnnotation x y) (PlotAnnotation x y) [(x, y, String)] [(x, y, String)] Source #