Chart-0.13.1: A library for generating 2D Charts and Plots

Graphics.Rendering.Chart.Legend

Description

 

Synopsis

Documentation

data Legend x y Source

Constructors

Legend LegendStyle [(String, Rect -> CRender ())] 

Instances

data LegendOrientation Source

Legends can be constructed in two orientations: in rows (where we specify the maximum number of columns), and in columns (where we specify the maximum number of rows)

Constructors

LORows Int 
LOCols Int