FastBoxPlotRenderableSeries

StockSharp.Xaml.Charting.Visuals.RenderableSeries

最小、低周波、中音、上方角、最大統計データを、強固な色や勾配のボディで、邪悪な(ストロークアウトライン)ボックスに表示するボックスプロットレンダリング可能なシリーズを定義します。

継承元: BaseRenderableSeries

コンストラクター

FastBoxPlotRenderableSeries
public FastBoxPlotRenderableSeries()
fastBoxPlotRenderableSeries = FastBoxPlotRenderableSeries()

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

プロパティ

BodyBrush
public Brush BodyBrush { get; set; }
value = fastBoxPlotRenderableSeries.BodyBrush
fastBoxPlotRenderableSeries.BodyBrush = value

ボックス・プラットボディに使用したブラシをか、または置きます

DataPointWidth
public virtual double DataPointWidth { get; set; }
value = fastBoxPlotRenderableSeries.DataPointWidth
fastBoxPlotRenderableSeries.DataPointWidth = value

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

メソッド

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

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

GetSeriesInfo
public override SeriesInfo GetSeriesInfo(HitTestInfo hitTestInfo)
result = fastBoxPlotRenderableSeries.GetSeriesInfo(hitTestInfo)

ヒットテストの動作(HitTestInfo)の結果をSeriesInfo に変換し、シリーズの値をバインディングとして出力する際にViewModelとして使用できる。 SeriesInfoはRolloverModifier、CursorModifier、UltrachartLegendクラスが使用する

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

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

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

フィールド

BodyBrushProperty
public static readonly DependencyProperty BodyBrushProperty
value = FastBoxPlotRenderableSeries.BodyBrushProperty

電子メール:UpBodyBrushDependencyProperty@

DataPointWidthProperty
public static readonly DependencyProperty DataPointWidthProperty
value = FastBoxPlotRenderableSeries.DataPointWidthProperty

電子メール:DataPointWidthDependencyProperty@