Options
All
  • Public
  • Public/Protected
  • All
Menu

interface LegendItemIcon is for the icons on the displayed Legend.

The required values in any instance are display and shape. Depending on which shape is chosen then the nature os SVG means that others will also be required.

rect (default) - width and height will be required. rx and ry are optional.

circle - cx, cy and r will be required.

ellipse - cx, cy, rx and ry will be required.

path - d is required.

Hierarchy

  • {}
    • LegendItemIcon

Index

Properties

Properties

Optional cx

cx: undefined | number

Optional cy

cy: undefined | number

Optional d

d: undefined | string

display

display: boolean

Optional height

height: undefined | number

Optional r

r: undefined | number

Optional rx

rx: undefined | number

Optional ry

ry: undefined | number

shape

Optional width

width: undefined | number

Legend

  • Object literal
  • Function
  • Type alias
  • Type alias with type parameter
  • Interface
  • Property
  • Enumeration

Generated using TypeDoc