ChartCandleElement

StockSharp.Xaml.Charting

キャンドルを代表するチャート要素。

継承元: ChartElement<ChartCandleElement>

実装: IUltrachartPrimitive, IChartElementEx, IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable, IChartCandleElement

コンストラクター

ChartCandleElement
public ChartCandleElement()
chartCandleElement = ChartCandleElement()

ChartCandleElement の新規インスタンスを初期化します。

プロパティ

AntiAliasing
public bool AntiAliasing { get; set; }
value = chartCandleElement.AntiAliasing
chartCandleElement.AntiAliasing = value

キャンドルは、スムース(デフォルトで有効)レンダリングします。

AreaColor
public Color? AreaColor { get; set; }
value = chartCandleElement.AreaColor
chartCandleElement.AreaColor = value

エリアカラーDrawStyleDrawStyle

BuyColor
public Color? BuyColor { get; set; }
value = chartCandleElement.BuyColor
chartCandleElement.BuyColor = value

アクティブ状態の買い注文の色。

ClusterColor
public Color? ClusterColor { get; set; }
value = chartCandleElement.ClusterColor
chartCandleElement.ClusterColor = value

クラスタ色。

ClusterLineColor
public Color? ClusterLineColor { get; set; }
value = chartCandleElement.ClusterLineColor
chartCandleElement.ClusterLineColor = value

クラスタのプロファイル ラインの色。

ClusterMaxColor
public Color? ClusterMaxColor { get; set; }
value = chartCandleElement.ClusterMaxColor
chartCandleElement.ClusterMaxColor = value

クラスタ最大色。

ClusterSeparatorLineColor
public Color? ClusterSeparatorLineColor { get; set; }
value = chartCandleElement.ClusterSeparatorLineColor
chartCandleElement.ClusterSeparatorLineColor = value

クラスタプロファイル分離器ラインカラー。

ClusterTextColor
public Color? ClusterTextColor { get; set; }
value = chartCandleElement.ClusterTextColor
chartCandleElement.ClusterTextColor = value

クラスタテキストの色。

Colorer
public Func<DateTime, bool, bool, Color?> Colorer { get; set; }
value = chartCandleElement.Colorer
chartCandleElement.Colorer = value

カスタム要素カラーラー。

DownBorderColor
public Color DownBorderColor { get; set; }
value = chartCandleElement.DownBorderColor
chartCandleElement.DownBorderColor = value

キャンドルを減少させるためのボーダーカラー。

DownColor
public Color? DownColor { get; set; }
value = chartCandleElement.DownColor
chartCandleElement.DownColor = value

ダウンカラー

DownFillColor
public Color DownFillColor { get; set; }
value = chartCandleElement.DownFillColor
chartCandleElement.DownFillColor = value

キャンドルを減少させるボディカラー。

DrawSeparateVolumes
public bool DrawSeparateVolumes { get; set; }
value = chartCandleElement.DrawSeparateVolumes
chartCandleElement.DrawSeparateVolumes = value

購入を引くと、別々にボリュームを販売.

DrawStyle
public ChartCandleDrawStyles DrawStyle { get; set; }
value = chartCandleElement.DrawStyle
chartCandleElement.DrawStyle = value

キャンドルのレンダリングのスタイル。

FontColor
public Color? FontColor { get; set; }
value = chartCandleElement.FontColor
chartCandleElement.FontColor = value

フォントカラー。

FontFamily
public string FontFamily { get; set; }
value = chartCandleElement.FontFamily
chartCandleElement.FontFamily = value

クラスターテキストのフォントファミリー。

FontSize
public decimal FontSize { get; set; }
value = chartCandleElement.FontSize
chartCandleElement.FontSize = value

クラスターテキストのフォントサイズ。

FontWeight
public FontWeight FontWeight { get; set; }
value = chartCandleElement.FontWeight
chartCandleElement.FontWeight = value

テキストのテキストのフォント重量。

HorizontalVolumeColor
public Color? HorizontalVolumeColor { get; set; }
value = chartCandleElement.HorizontalVolumeColor
chartCandleElement.HorizontalVolumeColor = value

横の容積色。

HorizontalVolumeFontColor
public Color? HorizontalVolumeFontColor { get; set; }
value = chartCandleElement.HorizontalVolumeFontColor
chartCandleElement.HorizontalVolumeFontColor = value

横の容積の壷色。

HorizontalVolumeWidthFraction
public double HorizontalVolumeWidthFraction { get; set; }
value = chartCandleElement.HorizontalVolumeWidthFraction
chartCandleElement.HorizontalVolumeWidthFraction = value

横の容積の幅のfraction。

LineColor
public Color? LineColor { get; set; }
value = chartCandleElement.LineColor
chartCandleElement.LineColor = value

ラインカラーDrawStyleライン*

LocalHorizontalVolumes
public bool LocalHorizontalVolumes { get; set; }
value = chartCandleElement.LocalHorizontalVolumes
chartCandleElement.LocalHorizontalVolumes = value

ローカル水平な容積。

MaxVolumeBackground
public Color? MaxVolumeBackground { get; set; }
value = chartCandleElement.MaxVolumeBackground
chartCandleElement.MaxVolumeBackground = value

ボリュームの最大背景。

MaxVolumeColor
public Color? MaxVolumeColor { get; set; }
value = chartCandleElement.MaxVolumeColor
chartCandleElement.MaxVolumeColor = value

最高の容積のforeground。

PriceStep
public decimal? PriceStep { get; set; }
value = chartCandleElement.PriceStep
chartCandleElement.PriceStep = value

Value PriceStep at day Date.

Priority
protected override int Priority { get; }
value = chartCandleElement.Priority

新着情報

SellColor
public Color? SellColor { get; set; }
value = chartCandleElement.SellColor
chartCandleElement.SellColor = value

アクティブ状態の売り注文の色。

ShowAxisMarker
public bool ShowAxisMarker { get; set; }
value = chartCandleElement.ShowAxisMarker
chartCandleElement.ShowAxisMarker = value

Y軸市場を表示します。

ShowHorizontalVolumes
public bool ShowHorizontalVolumes { get; set; }
value = chartCandleElement.ShowHorizontalVolumes
chartCandleElement.ShowHorizontalVolumes = value

水平な容積を示します。

StrokeThickness
public int StrokeThickness { get; set; }
value = chartCandleElement.StrokeThickness
chartCandleElement.StrokeThickness = value

線幅(バーまたはボーダー)、そのキャンドルがチャート上に描画されます。

Timeframe2Color
public Color? Timeframe2Color { get; set; }
value = chartCandleElement.Timeframe2Color
chartCandleElement.Timeframe2Color = value

タイムフレーム#2カラー。

Timeframe2FrameColor
public Color? Timeframe2FrameColor { get; set; }
value = chartCandleElement.Timeframe2FrameColor
chartCandleElement.Timeframe2FrameColor = value

タイムフレーム#2フレームカラー。

Timeframe2Multiplier
public int? Timeframe2Multiplier { get; set; }
value = chartCandleElement.Timeframe2Multiplier
chartCandleElement.Timeframe2Multiplier = value

タイムフレーム #2 の乗用期間。

Timeframe3Color
public Color? Timeframe3Color { get; set; }
value = chartCandleElement.Timeframe3Color
chartCandleElement.Timeframe3Color = value

タイムフレーム #3 カラー

Timeframe3Multiplier
public int? Timeframe3Multiplier { get; set; }
value = chartCandleElement.Timeframe3Multiplier
chartCandleElement.Timeframe3Multiplier = value

タイムフレーム#3の乗数。

UpBorderColor
public Color UpBorderColor { get; set; }
value = chartCandleElement.UpBorderColor
chartCandleElement.UpBorderColor = value

キャンドルを増やすためのボーダーカラー。

UpColor
public Color? UpColor { get; set; }
value = chartCandleElement.UpColor
chartCandleElement.UpColor = value

アップカラー

UpFillColor
public Color UpFillColor { get; set; }
value = chartCandleElement.UpFillColor
chartCandleElement.UpFillColor = value

キャンドルを増やすボディカラー。

メソッド

GetGeneratedTitle
protected override string GetGeneratedTitle()
result = chartCandleElement.GetGeneratedTitle()

生成されたタイトルを取得します。

戻り値: チャート要素のタイトルを自動生成します。

Load
public override void Load(SettingsStorage storage)
chartCandleElement.Load(storage)

設定をロードします。

storage
設定ストレージ。
OnDraw
protected override bool OnDraw(ChartDrawData data)
result = chartCandleElement.OnDraw(data)

根本要素を描画します。

data
描画データをチャート化します。

戻り値: データを正常に描画した場合は、それ以外の場合は、 を返します。

Save
public override void Save(SettingsStorage storage)
chartCandleElement.Save(storage)

設定を保存します。

storage
設定ストレージ。