ChartImageParameters

Represents the options used to generate a ChartImage.

Since

200.1.0

See also

PopupMedia.generateChart

(ChartImageParameters)

Constructors

Link copied to clipboard
constructor(width: Int, height: Int)

Creates a ChartImageParameters with the specified width and height.

Properties

Link copied to clipboard

True if the legend should be included in the chart. The default value is true.

Link copied to clipboard
val height: Int

The height of the expected chart image in physical pixels.

Link copied to clipboard

The number of pixels per DIP (sometimes referred to as screen density or device pixel ratio). This parameter controls the font sizes, margins and line thicknesses for the chart to be readable at the specified screen scale.

Link copied to clipboard

The style used to generate the ChartImage. The default style is ChartImageStyle.Neutral.

Link copied to clipboard
val width: Int

The width of the expected chart image in physical pixels.