ChartDataObject

StockSharp.Xaml.Charting

Provides a ViewModel containing info about chart series, which can be bound to to create Rollover or legends

Hereda de: BindableObject

Constructores

ChartDataObject()

Initializes a new instance of the ChartDataObject class.

ChartDataObject(IEnumerable<SeriesInfo>)

Initializes a new instance of the ChartDataObject class.

seriesInfos
The series infos.

Propiedades

SeriesInfo : ObservableCollection<SeriesInfo>

Gets or sets a collection of SeriesInfo instances

ShowVisibilityCheckboxes : bool

Workaround - used by UltrachartLegend items to bind to UltrachartLegend.ShowVisibilityCheckboxes. This property is set as a proxy by the UltrachartLegend control itself and data-bound in the themes