ChartCategoryAxisPlotBandBuilder

Methods

Color(System.String)

The color of the plot band.

Parameters

value - System.String

The value for Color

RETURNS

Returns the current ChartCategoryAxisPlotBandBuilder instance.

From(System.Object)

The start position of the plot band in axis units.

Parameters

value - System.Object

The value for From

RETURNS

Returns the current ChartCategoryAxisPlotBandBuilder instance.

Label(System.Action)

The label configuration of the plotband.

Parameters

configurator - System.Action<ChartCategoryAxisPlotBandLabelSettingsBuilder>

The configurator for the label setting.

RETURNS

Returns the current instance of ChartCategoryAxisPlotBandBuilder .

Opacity(System.Double)

The opacity of the plot band.

Parameters

value - System.Double

The value for Opacity

RETURNS

Returns the current ChartCategoryAxisPlotBandBuilder instance.

To(System.Object)

The end position of the plot band in axis units.

Parameters

value - System.Object

The value for To

RETURNS

Returns the current ChartCategoryAxisPlotBandBuilder instance.