ChartWizardStateAreaSettingsBuilder

Methods

Margin(System.Double)

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

Parameters

value - System.Double

The value for the margin setting.

RETURNS

A reference to the current ChartWizardStateAreaSettingsBuilder instance after the call to allow for method chaining.

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 for Background

RETURNS

Returns the current ChartWizardStateAreaSettingsBuilder instance.

Margin(System.Action)

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

Parameters

configurator - System.Action<ChartWizardStateAreaMarginSettingsBuilder>

The configurator for the margin setting.

RETURNS

Returns the current instance of ChartWizardStateAreaSettingsBuilder .