FastCandlestickRenderableSeries

StockSharp.Xaml.Charting.Visuals.RenderableSeries

速い燭台シリーズのレンダリングを提供しますが、すべてのX-Dataが均等に間隔をあけているという仮定をします。データのギャップは崩壊します

継承元: BaseRenderableSeries

コンストラクター

FastCandlestickRenderableSeries
public FastCandlestickRenderableSeries()
fastCandlestickRenderableSeries = FastCandlestickRenderableSeries()

FastCandlestickRenderableSeriesクラスの新しいインスタンスを初期化します。

プロパティ

DataPointWidth
public double DataPointWidth { get; set; }
value = fastCandlestickRenderableSeries.DataPointWidth
fastCandlestickRenderableSeries.DataPointWidth = value

0.0 と 1.0 の間の値が DataPointWidthを受け取り、設定します。各カラムの利用可能なスペースの分数を定義します。

DownBodyBrush
public Brush DownBodyBrush { get; set; }
value = fastCandlestickRenderableSeries.DownBodyBrush
fastCandlestickRenderableSeries.DownBodyBrush = value

キャンドル本体に使用したブラシを、上手く(クローズ>オープン)に取得またはセットします。null、UpBodyColorプロパティが使用されます。

DownBodyColor
public Color DownBodyColor { get; set; }
value = fastCandlestickRenderableSeries.DownBodyColor
fastCandlestickRenderableSeries.DownBodyColor = value

ダウンカニダーにキャンドルボディに使用される色をゲットまたはセットします(<オープンを閉じる)

DownWickColor
public Color DownWickColor { get; set; }
value = fastCandlestickRenderableSeries.DownWickColor
fastCandlestickRenderableSeries.DownWickColor = value

ウィックやアウトラインに使用する色をダウンキャドルで取得またはセットします(<オープンを閉じる)

UpBodyBrush
public Brush UpBodyBrush { get; set; }
value = fastCandlestickRenderableSeries.UpBodyBrush
fastCandlestickRenderableSeries.UpBodyBrush = value

キャンドル本体に使用したブラシを、上手く(クローズ>オープン)に取得またはセットします。null、UpBodyColorプロパティが使用されます。

UpBodyColor
public Color UpBodyColor { get; set; }
value = fastCandlestickRenderableSeries.UpBodyColor
fastCandlestickRenderableSeries.UpBodyColor = value

キャンドル本体に使用した色を上手くつけたりセットしたり(クローズ > 開)

UpWickColor
public Color UpWickColor { get; set; }
value = fastCandlestickRenderableSeries.UpWickColor
fastCandlestickRenderableSeries.UpWickColor = value

ウィックやアウトラインに使用する色をアップカドル(クローズ > 開く)で取得またはセットする

メソッド

GetIsValidForDrawing
protected override bool GetIsValidForDrawing()
result = fastCandlestickRenderableSeries.GetIsValidForDrawing()

描画に有効な BaseRenderableSeriesが有効なかどうかを示す値を取得します。

InternalDraw
protected override void InternalDraw(IRenderContext2D renderContext, IRenderPassData renderPassData)
fastCandlestickRenderableSeries.InternalDraw(renderContext, renderPassData)

IRenderContext2DとIRenderPassDataを使ってシリーズを抜粋

renderContext
レンダリングコンテキスト。 これは、行、クォード、ポリゴンを画面に描画する方法を持つグラフィックオブジェクトです。
renderPassData
レンダリングパスのデータ。 再サンプリングIPointSeries、画面上のポイントと現在のYAxisとXAxis ICoordinateCalculatorをICoordinateCalculatorに収め、データポイントを画面ポイントに変換
OnDataSeriesDependencyPropertyChanged
protected override void OnDataSeriesDependencyPropertyChanged(IDataSeries oldDataSeries, IDataSeries newDataSeries)
fastCandlestickRenderableSeries.OnDataSeriesDependencyPropertyChanged(oldDataSeries, newDataSeries)

DataSeries のプロパティーが変更されたときに呼び出されます。i.e は新しい IDataSeries が設定されています。

oldDataSeries
The old IDataSeries
newDataSeries
代表取締役社長 佐藤 正
OnResamplingModeChanged
protected override void OnResamplingModeChanged()
fastCandlestickRenderableSeries.OnResamplingModeChanged()

モード変更をリサンプリングするときに呼び出される

フィールド

DataPointWidthProperty
public static readonly DependencyProperty DataPointWidthProperty
value = FastCandlestickRenderableSeries.DataPointWidthProperty

電子メール:DataPointWidthDependencyProperty@

DownBodyBrushProperty
public static readonly DependencyProperty DownBodyBrushProperty
value = FastCandlestickRenderableSeries.DownBodyBrushProperty

電子メール:DownBodyBrushDependencyProperty@

DownBodyColorProperty
public static readonly DependencyProperty DownBodyColorProperty
value = FastCandlestickRenderableSeries.DownBodyColorProperty

電子メール:DownBodyColorDependencyProperty@

DownWickColorProperty
public static readonly DependencyProperty DownWickColorProperty
value = FastCandlestickRenderableSeries.DownWickColorProperty

電子メール:DownWickColorDependencyProperty@

UpBodyBrushProperty
public static readonly DependencyProperty UpBodyBrushProperty
value = FastCandlestickRenderableSeries.UpBodyBrushProperty

電子メール:UpBodyBrushDependencyProperty@

UpBodyColorProperty
public static readonly DependencyProperty UpBodyColorProperty
value = FastCandlestickRenderableSeries.UpBodyColorProperty

電子メール:UpBodyColorDependencyProperty@

UpWickColorProperty
public static readonly DependencyProperty UpWickColorProperty
value = FastCandlestickRenderableSeries.UpWickColorProperty

電子メール:UpWickColorDependencyProperty@