SeriesSelectionModifier

StockSharp.Xaml.Charting.ChartModifiers

Provides the ability to select series via a Chart Modifier

Наследует: InspectSeriesModifierBase

Конструкторы

SeriesSelectionModifier()

Initializes a new instance of the SeriesSelectionModifier class.

Свойства

SelectedSeriesStyle : Style

Gets or sets a style for selected series.

Методы

ClearAll()

When overriden in a derived class, this method should clear all markers and tooltips from the ModifierSurface

HandleMasterMouseEvent(Point)

When overriden in a derived class, called to handle the Master ChartModifierBase MouseMove event

mousePoint
The current Mouse-point
HandleSlaveMouseEvent(Point)

When overriden in a derived class, called to handle the Slave ChartModifierBase MouseMove event

mousePoint
The current Mouse-point
OnAttached()

Called when the Chart Modifier is attached to the Chart Surface

OnModifierMouseUp(ModifierMouseArgs)

Called when a Mouse Button is released on the parent UltrachartSurface

e
Arguments detailing the mouse button operation
OnParentSurfaceRendered(UltrachartRenderedMessage)

Called when the parent UltrachartSurface is rendered

e
The UltrachartRenderedMessage which contains the event arg data
OnSelectedSeriesChanged(IEnumerable<IRenderableSeries>, IEnumerable<IRenderableSeries>)

Called when the parent surface SelectedSeries collection changes

oldSeries
newSeries

События

SelectionChanged : EventHandler<EventArgs>

Event raised when the selection changes

Поля

SelectedSeriesStyleProperty : DependencyProperty

Defines the SelectedSelectedSeriesStyle DependencyProperty