Skip to content

ChartBackgroundMode

EnumChartGuruChartGuru
public enum ChartBackgroundMode

Defines how a chart or plot-area background is painted.

SolidColor = 0

A single solid colour (uses the existing BackgroundColor / PlotAreaColor field).

Returns

ChartGuru.ChartBackgroundMode — No return description is available.

LinearGradient = 1

A two-stop linear gradient with configurable direction (uses a ChartGuru.LinearGradientStyle).

Returns

ChartGuru.ChartBackgroundMode — No return description is available.

FourCornerGradient = 2

A four-corner gradient with one colour per corner, bilinearly interpolated.

Returns

ChartGuru.ChartBackgroundMode — No return description is available.