ChartBackgroundMode
public enum ChartBackgroundModeDefines how a chart or plot-area background is painted.
Fields
Section titled “Fields”
SolidColor
Section titled “SolidColor”SolidColor = 0A single solid colour (uses the existing BackgroundColor / PlotAreaColor field).
Returns
ChartGuru.ChartBackgroundMode — No return description is available.
LinearGradient
Section titled “LinearGradient”LinearGradient = 1A two-stop linear gradient with configurable direction (uses a ChartGuru.LinearGradientStyle).
Returns
ChartGuru.ChartBackgroundMode — No return description is available.
FourCornerGradient
Section titled “FourCornerGradient”FourCornerGradient = 2A four-corner gradient with one colour per corner, bilinearly interpolated.
Returns
ChartGuru.ChartBackgroundMode — No return description is available.