UltrachartLegend
StockSharp.Xaml.Charting.Visuals
Fornece um controle Legend para exibir a cor e o nome da série
Herda de: ItemsControl
Construtores
UltrachartLegend
public UltrachartLegend()
ultrachartLegend = UltrachartLegend()
Inicializa uma nova instância da classe UltrachartLegend.
Propriedades
LegendData
public ChartDataObject LegendData { get; set; }
value = ultrachartLegend.LegendData
ultrachartLegend.LegendData = value
Obtém ou define a propriedade ChartDataObject que fornece SeriesInfo @
Orientation
public Orientation Orientation { get; set; }
value = ultrachartLegend.Orientation
ultrachartLegend.Orientation = value
Obtém ou define o valor, que determina a orientação do layout de itens da legenda
ShowSeriesMarkers
public bool ShowSeriesMarkers { get; set; }
value = ultrachartLegend.ShowSeriesMarkers
ultrachartLegend.ShowSeriesMarkers = value
Obtém ou define o valor que indica se deve mostrar os marcadores de série definidos por LegendMarkerTemplate
ShowVisibilityCheckboxes
public bool ShowVisibilityCheckboxes { get; set; }
value = ultrachartLegend.ShowVisibilityCheckboxes
ultrachartLegend.ShowVisibilityCheckboxes = value
Obtém ou define se uma coluna de caixas de seleção ligadas à visibilidade da série é mostrada
Campos
LegendDataProperty
public static readonly DependencyProperty LegendDataProperty
value = UltrachartLegend.LegendDataProperty
Define a propriedade LegendData Dependência
OrientationProperty
public static readonly DependencyProperty OrientationProperty
value = UltrachartLegend.OrientationProperty
Define a Orientação DependencyProperty
ShowSeriesMarkersProperty
public static readonly DependencyProperty ShowSeriesMarkersProperty
value = UltrachartLegend.ShowSeriesMarkersProperty
Define ShowPointMarkers DependencyProperty @
ShowVisibilityCheckboxesProperty
public static readonly DependencyProperty ShowVisibilityCheckboxesProperty
value = UltrachartLegend.ShowVisibilityCheckboxesProperty
Define ShowVisibilityCheckboxes DependencyProperty @