UltrachartLegend
StockSharp.Xaml.Charting.Visuals
Proporciona un control de leyenda para mostrar el color y el nombre de la serie
Hereda de: ItemsControl
Constructores
UltrachartLegend
public UltrachartLegend()
ultrachartLegend = UltrachartLegend()
Inicia una nueva instancia de la clase UltrachartLegend.
Propiedades
LegendData
public ChartDataObject LegendData { get; set; }
value = ultrachartLegend.LegendData
ultrachartLegend.LegendData = value
Obtiene o establece el ChartDataObject que proporciona SeriesInfo
Orientation
public Orientation Orientation { get; set; }
value = ultrachartLegend.Orientation
ultrachartLegend.Orientation = value
Obtiene o establece el valor, que determina la orientación de los elementos de leyendas de diseño
ShowSeriesMarkers
public bool ShowSeriesMarkers { get; set; }
value = ultrachartLegend.ShowSeriesMarkers
ultrachartLegend.ShowSeriesMarkers = value
Obtiene o establece el valor indicando si mostrar marcadores de serie definidos por LegendMarkerTemplate
ShowVisibilityCheckboxes
public bool ShowVisibilityCheckboxes { get; set; }
value = ultrachartLegend.ShowVisibilityCheckboxes
ultrachartLegend.ShowVisibilityCheckboxes = value
Obtiene o establece si se muestra una columna de casillas de verificación vinculadas a la visibilidad de la serie
Campos
LegendDataProperty
public static readonly DependencyProperty LegendDataProperty
value = UltrachartLegend.LegendDataProperty
Define el LegendData Propiedad de dependencia
OrientationProperty
public static readonly DependencyProperty OrientationProperty
value = UltrachartLegend.OrientationProperty
Define la orientación DependencyProperty
ShowSeriesMarkersProperty
public static readonly DependencyProperty ShowSeriesMarkersProperty
value = UltrachartLegend.ShowSeriesMarkersProperty
Define el ShowPointMarkers@DependencyProperty@
ShowVisibilityCheckboxesProperty
public static readonly DependencyProperty ShowVisibilityCheckboxesProperty
value = UltrachartLegend.ShowVisibilityCheckboxesProperty
Define el ShowVisibilityCheckboxes@DependencyProperty@