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.
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
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.