ChartWizardStateAreaSettingsBuilder

Methods

Background(System.String)

The background color of the chart area. Accepts a valid CSS color string, including hex and rgb.

Parameters

value - System.String

The value that configures the background.

Margin(System.Action)

The margin of the chart area. A numeric value will set all margins.

Parameters

configurator - System.Action<ChartWizardStateAreaMarginSettingsBuilder>

The action that configures the margin.

Margin(System.Int32)

The margin of the chart area. A numeric value will set all margins.

Parameters

value - System.Int32