UltrachartLegend

StockSharp.Xaml.Charting.Visuals

Provides a Legend control to display series color and name

Inherits: ItemsControl

Constructors

UltrachartLegend
public UltrachartLegend()
ultrachartLegend = UltrachartLegend()

Initializes a new instance of the UltrachartLegend class.

Properties

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

Gets or sets the ChartDataObject which provides SeriesInfo property

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

Gets or sets the value, which determines the orientation of legend items layout

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

Gets or sets the value indicating whether to show series markers defined by LegendMarkerTemplate

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

Gets or sets whether a column of checkboxes bound to the Visibility of series is shown

Fields

LegendDataProperty
public static readonly DependencyProperty LegendDataProperty
value = UltrachartLegend.LegendDataProperty

Defines the LegendData Dependency property

OrientationProperty
public static readonly DependencyProperty OrientationProperty
value = UltrachartLegend.OrientationProperty

Defines the Orientation DependencyProperty

ShowSeriesMarkersProperty
public static readonly DependencyProperty ShowSeriesMarkersProperty
value = UltrachartLegend.ShowSeriesMarkersProperty

Defines the ShowPointMarkers DependencyProperty

ShowVisibilityCheckboxesProperty
public static readonly DependencyProperty ShowVisibilityCheckboxesProperty
value = UltrachartLegend.ShowVisibilityCheckboxesProperty

Defines the ShowVisibilityCheckboxes DependencyProperty