ASP.NET Core MVC コントロールヘルプ
AltStyle メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ChartSeriesBaseBuilder<T,TControl,TBuilder> クラス : AltStyle メソッド
The builder function.
Configurates C1.Web.Mvc.ChartSeriesBase<T>.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.
シンタックス
'宣言
 
Public Function AltStyle( _
   ByVal build As System.Action(Of SVGStyleBuilder) _
) As TBuilder
public TBuilder AltStyle( 
   System.Action<SVGStyleBuilder> build
)

パラメータ

build
The builder function.

戻り値の型

Current builder.
解説
If no value is provided, the default styles will be used.
参照

ChartSeriesBaseBuilder<T,TControl,TBuilder> クラス
ChartSeriesBaseBuilder<T,TControl,TBuilder> メンバ