UltrachartLegend

StockSharp.Xaml.Charting.Visuals

Provides a Legend control to display series color and name

Inherits: ItemsControl

Constructors

UltrachartLegend()

Initializes a new instance of the UltrachartLegend class.

Properties

LegendData : ChartDataObject

Gets or sets the ChartDataObject which provides SeriesInfo property

Orientation : Orientation

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

ShowSeriesMarkers : bool

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

ShowVisibilityCheckboxes : bool

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

Fields

LegendDataProperty : DependencyProperty

Defines the LegendData Dependency property

OrientationProperty : DependencyProperty

Defines the Orientation DependencyProperty

ShowSeriesMarkersProperty : DependencyProperty

Defines the ShowPointMarkers DependencyProperty

ShowVisibilityCheckboxesProperty : DependencyProperty

Defines the ShowVisibilityCheckboxes DependencyProperty