FastOhlcRenderableSeries

StockSharp.Xaml.Charting.Visuals.RenderableSeries

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

継承元: BaseRenderableSeries

コンストラクター

FastOhlcRenderableSeries
public FastOhlcRenderableSeries()
fastOhlcRenderableSeries = FastOhlcRenderableSeries()

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

プロパティ

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

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

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

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

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

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

メソッド

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

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

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

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

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

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

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

再サンプリングモードが変更されたときに呼び出される

フィールド

DataPointWidthProperty
public static readonly DependencyProperty DataPointWidthProperty
value = FastOhlcRenderableSeries.DataPointWidthProperty

電子メール:DataPointWidthDependencyProperty@

DownWickColorProperty
public static readonly DependencyProperty DownWickColorProperty
value = FastOhlcRenderableSeries.DownWickColorProperty

電子メール:DownWickColorDependencyProperty@

UpWickColorProperty
public static readonly DependencyProperty UpWickColorProperty
value = FastOhlcRenderableSeries.UpWickColorProperty

電子メール:UpWickColorDependencyProperty@