FastCandlestickRenderableSeries
速い燭台シリーズのレンダリングを提供しますが、すべてのX-Dataが均等に間隔をあけているという仮定をします。データのギャップは崩壊します
継承元: BaseRenderableSeries
コンストラクター
public FastCandlestickRenderableSeries()
fastCandlestickRenderableSeries = FastCandlestickRenderableSeries()
FastCandlestickRenderableSeriesクラスの新しいインスタンスを初期化します。
プロパティ
public double DataPointWidth { get; set; }
value = fastCandlestickRenderableSeries.DataPointWidth
fastCandlestickRenderableSeries.DataPointWidth = value
0.0 と 1.0 の間の値が DataPointWidthを受け取り、設定します。各カラムの利用可能なスペースの分数を定義します。
public Brush DownBodyBrush { get; set; }
value = fastCandlestickRenderableSeries.DownBodyBrush
fastCandlestickRenderableSeries.DownBodyBrush = value
キャンドル本体に使用したブラシを、上手く(クローズ>オープン)に取得またはセットします。null、UpBodyColorプロパティが使用されます。
public Color DownBodyColor { get; set; }
value = fastCandlestickRenderableSeries.DownBodyColor
fastCandlestickRenderableSeries.DownBodyColor = value
ダウンカニダーにキャンドルボディに使用される色をゲットまたはセットします(<オープンを閉じる)
public Color DownWickColor { get; set; }
value = fastCandlestickRenderableSeries.DownWickColor
fastCandlestickRenderableSeries.DownWickColor = value
ウィックやアウトラインに使用する色をダウンキャドルで取得またはセットします(<オープンを閉じる)
public Brush UpBodyBrush { get; set; }
value = fastCandlestickRenderableSeries.UpBodyBrush
fastCandlestickRenderableSeries.UpBodyBrush = value
キャンドル本体に使用したブラシを、上手く(クローズ>オープン)に取得またはセットします。null、UpBodyColorプロパティが使用されます。
public Color UpBodyColor { get; set; }
value = fastCandlestickRenderableSeries.UpBodyColor
fastCandlestickRenderableSeries.UpBodyColor = value
キャンドル本体に使用した色を上手くつけたりセットしたり(クローズ > 開)
public Color UpWickColor { get; set; }
value = fastCandlestickRenderableSeries.UpWickColor
fastCandlestickRenderableSeries.UpWickColor = value
ウィックやアウトラインに使用する色をアップカドル(クローズ > 開く)で取得またはセットする
メソッド
protected override bool GetIsValidForDrawing()
result = fastCandlestickRenderableSeries.GetIsValidForDrawing()
描画に有効な BaseRenderableSeriesが有効なかどうかを示す値を取得します。
protected override void InternalDraw(IRenderContext2D renderContext, IRenderPassData renderPassData)
fastCandlestickRenderableSeries.InternalDraw(renderContext, renderPassData)
IRenderContext2DとIRenderPassDataを使ってシリーズを抜粋
- renderContext
- レンダリングコンテキスト。 これは、行、クォード、ポリゴンを画面に描画する方法を持つグラフィックオブジェクトです。
- renderPassData
- レンダリングパスのデータ。 再サンプリングIPointSeries、画面上のポイントと現在のYAxisとXAxis ICoordinateCalculatorをICoordinateCalculatorに収め、データポイントを画面ポイントに変換
protected override void OnDataSeriesDependencyPropertyChanged(IDataSeries oldDataSeries, IDataSeries newDataSeries)
fastCandlestickRenderableSeries.OnDataSeriesDependencyPropertyChanged(oldDataSeries, newDataSeries)
DataSeries のプロパティーが変更されたときに呼び出されます。i.e は新しい IDataSeries が設定されています。
- oldDataSeries
- The old IDataSeries
- newDataSeries
- 代表取締役社長 佐藤 正
protected override void OnResamplingModeChanged()
fastCandlestickRenderableSeries.OnResamplingModeChanged()
モード変更をリサンプリングするときに呼び出される
フィールド
public static readonly DependencyProperty DataPointWidthProperty
value = FastCandlestickRenderableSeries.DataPointWidthProperty
電子メール:DataPointWidthDependencyProperty@
public static readonly DependencyProperty DownBodyBrushProperty
value = FastCandlestickRenderableSeries.DownBodyBrushProperty
電子メール:DownBodyBrushDependencyProperty@
public static readonly DependencyProperty DownBodyColorProperty
value = FastCandlestickRenderableSeries.DownBodyColorProperty
電子メール:DownBodyColorDependencyProperty@
public static readonly DependencyProperty DownWickColorProperty
value = FastCandlestickRenderableSeries.DownWickColorProperty
電子メール:DownWickColorDependencyProperty@
public static readonly DependencyProperty UpBodyBrushProperty
value = FastCandlestickRenderableSeries.UpBodyBrushProperty
電子メール:UpBodyBrushDependencyProperty@
public static readonly DependencyProperty UpBodyColorProperty
value = FastCandlestickRenderableSeries.UpBodyColorProperty
電子メール:UpBodyColorDependencyProperty@
public static readonly DependencyProperty UpWickColorProperty
value = FastCandlestickRenderableSeries.UpWickColorProperty
電子メール:UpWickColorDependencyProperty@