[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ChartSeriesBaseBuilder-3.AltStyle

AltStyle Method

AltStyle(Action<SVGStyleBuilder>)

Configurates AltStyle. Sets the alternative style for the series. The values from this property will be used for negative values in Bar, Column, and Scatter charts; and for rising values in financial chart types like Candlestick, LineBreak, EquiVolume etc.

Declaration
public TBuilder AltStyle(Action<SVGStyleBuilder> build)
Parameters
Type Name Description
Action<SVGStyleBuilder> build

The builder function.

Returns
Type Description
TBuilder

Current builder.

Remarks

If no value is provided, the default styles will be used.