'宣言 Public Sub SetSourceData( _ ByVal dataRange As System.String, _ Optional ByVal plotByRows As System.Boolean, _ Optional ByVal cellReferenceMode As System.Nullable(Of CellReferenceMode) _ )
public void SetSourceData( System.string dataRange, System.bool plotByRows, System.Nullable<CellReferenceMode> cellReferenceMode )
コンボ チャートの場合、このメソッドは常にクラスター柱状グラフの最初の系列を表示し、それ以降のすべての系列は折れ線グラフで表示します。SetComboChartSourceData を使用して、コンボ チャートのシリーズ チャートをカスタマイズします。
オンラインで表示: GitHub