FastHeatMapRenderableSeries
StockSharp.Xaml.Charting.Visuals.RenderableSeries
2Dデータをヒートマップとして表示
継承元: BaseRenderableSeries
コンストラクター
FastHeatMapRenderableSeries
public FastHeatMapRenderableSeries()
fastHeatMapRenderableSeries = FastHeatMapRenderableSeries()
クラスの新しいインスタンスを初期化します。
プロパティ
CellFontSize
public float CellFontSize { get; set; }
value = fastHeatMapRenderableSeries.CellFontSize
fastHeatMapRenderableSeries.CellFontSize = value
セルに値を引き出すためのフォアグラウンドカラーをゲットまたはセットする
CellTextForeground
public Color CellTextForeground { get; set; }
value = fastHeatMapRenderableSeries.CellTextForeground
fastHeatMapRenderableSeries.CellTextForeground = value
セルに値を引き出すためのフォアグラウンドカラーをゲットまたはセットする
ColorMap
public LinearGradientBrush ColorMap { get; set; }
value = fastHeatMapRenderableSeries.ColorMap
fastHeatMapRenderableSeries.ColorMap = value
データの値を計算するために使用されるColorMapを受け取り、または設定します
DrawTextInCell
public bool DrawTextInCell { get; set; }
value = fastHeatMapRenderableSeries.DrawTextInCell
fastHeatMapRenderableSeries.DrawTextInCell = value
値を引き出すか、またはセルに値を引き出すフラグを設定します
Maximum
public double Maximum { get; set; }
value = fastHeatMapRenderableSeries.Maximum
fastHeatMapRenderableSeries.Maximum = value
値を取得するか、最大色に対応する値を設定
MiddleValue
public double MiddleValue { get; }
value = fastHeatMapRenderableSeries.MiddleValue
ミドルバリューHeatmapColourMap
Minimum
public double Minimum { get; set; }
value = fastHeatMapRenderableSeries.Minimum
fastHeatMapRenderableSeries.Minimum = value
最小色に対応する値の取得またはセット
メソッド
InternalDraw
protected override void InternalDraw(IRenderContext2D renderContext, IRenderPassData renderPassData)
fastHeatMapRenderableSeries.InternalDraw(renderContext, renderPassData)
IRenderContext2DとIRenderPassDataを使ってシリーズを抜粋
- renderContext
- レンダリングコンテキスト。 これは、行、クォード、ポリゴンを画面に描画する方法を持つグラフィックオブジェクトです。
- renderPassData
- レンダリングパスのデータ。 再サンプリングIPointSeries、画面上のポイントと現在のYAxisとXAxis ICoordinateCalculatorをICoordinateCalculatorに収め、データポイントを画面ポイントに変換
イベント
PropertyChanged
public event PropertyChangedEventHandler PropertyChanged
fastHeatMapRenderableSeries.PropertyChanged += handler
Is used to notify HeatmapColourMap
フィールド
CellFontSizeProperty
public static readonly DependencyProperty CellFontSizeProperty
value = FastHeatMapRenderableSeries.CellFontSizeProperty
電子メール:CellFontSizeDependencyProperty@
CellTextForegroundProperty
public static readonly DependencyProperty CellTextForegroundProperty
value = FastHeatMapRenderableSeries.CellTextForegroundProperty
電子メール:CellTextForegroundDependencyProperty@
ColorMapProperty
public static readonly DependencyProperty ColorMapProperty
value = FastHeatMapRenderableSeries.ColorMapProperty
電子メール:ColorMapDependencyProperty@
DrawTextInCellProperty
public static readonly DependencyProperty DrawTextInCellProperty
value = FastHeatMapRenderableSeries.DrawTextInCellProperty
電子メール:DrawTextInCellDependencyProperty@
MaximumProperty
public static readonly DependencyProperty MaximumProperty
value = FastHeatMapRenderableSeries.MaximumProperty
最大の@DependencyPropertyを定義する
MinimumProperty
public static readonly DependencyProperty MinimumProperty
value = FastHeatMapRenderableSeries.MinimumProperty
最小DependencyPropertyを規定する