Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DotDensityRendererProperties

Hierarchy

Index

Properties

Optional attributes

Defines the variable(s) used to visualize density.

Read more...

Optional authoringInfo

Authoring metadata only included in renderers generated from one of the Smart Mapping creator methods, such as sizeRendererCreator.createContinuousRenderer() or colorRendererCreator.createContinuousRenderer().

Read more...

Optional backgroundColor

backgroundColor: string | Color | number[]

The color used to shade the polygon fill behind the dots.

Read more...

Optional dotBlendingEnabled

dotBlendingEnabled: boolean

Only applicable when two or more attributes are specified.

Read more...

Optional dotValue

dotValue: number

Defines the initial dot value used for visualizing density.

Read more...

Optional legendOptions

An object providing options for configuring the renderer in the Legend.

Read more...

Optional outline

The outline of the polygon.

Read more...

Optional referenceScale

referenceScale: number

When defined, the renderer will recalculate the dot value linearly based on the change in the view's scale using the calculateDotValue() method.

Read more...

Optional seed

seed: number

When set to a consistent value, dot placements will be preserved for the same scale given all parameters are the same in the renderer.

Read more...

Optional visualVariables

visualVariables: VisualVariableProperties[]

An array of Size Visual Variable objects.

Read more...

Generated using TypeDoc