UltrachartLegend

StockSharp.Xaml.Charting.Visuals

提供显示序列颜色和名称的图例控制

继承自: ItemsControl

构造函数

UltrachartLegend
public UltrachartLegend()
ultrachartLegend = UltrachartLegend()

初始化了 & ##UltrachartLegend+# 类的新实例 。

属性

LegendData
public ChartDataObject LegendData { get; set; }
value = ultrachartLegend.LegendData
ultrachartLegend.LegendData = value

获取或设置提供 & # # # #ChartDataObject++的属性

Orientation
public Orientation Orientation { get; set; }
value = ultrachartLegend.Orientation
ultrachartLegend.Orientation = value

获取或设置值, 确定图例项目布局的方向

ShowSeriesMarkers
public bool ShowSeriesMarkers { get; set; }
value = ultrachartLegend.ShowSeriesMarkers
ultrachartLegend.ShowSeriesMarkers = value

获取或设置显示是否显示由 LegendMarkerTemplate 定义的序列标记的值

ShowVisibilityCheckboxes
public bool ShowVisibilityCheckboxes { get; set; }
value = ultrachartLegend.ShowVisibilityCheckboxes
ultrachartLegend.ShowVisibilityCheckboxes = value

获取或设定是否显示绑定在系列可见度的一列复选框

字段

LegendDataProperty
public static readonly DependencyProperty LegendDataProperty
value = UltrachartLegend.LegendDataProperty

定义 LegendData 依赖性属性

OrientationProperty
public static readonly DependencyProperty OrientationProperty
value = UltrachartLegend.OrientationProperty

定义方向 DependencyProperty

ShowSeriesMarkersProperty
public static readonly DependencyProperty ShowSeriesMarkersProperty
value = UltrachartLegend.ShowSeriesMarkersProperty

定义 ShowPointMarkers DependencyProperty 定义

ShowVisibilityCheckboxesProperty
public static readonly DependencyProperty ShowVisibilityCheckboxesProperty
value = UltrachartLegend.ShowVisibilityCheckboxesProperty

定义 ShowVisibilityCheckboxes DependencyProperty 定义