SeriesSelectionModifier
Provides the ability to select series via a Chart Modifier
Herda de: InspectSeriesModifierBase
Construtores
SeriesSelectionModifier()
Initializes a new instance of the SeriesSelectionModifier class.
Propriedades
SelectedSeriesStyle : Style
Gets or sets a style for selected series.
Métodos
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
Eventos
SelectionChanged : EventHandler<EventArgs>
Event raised when the selection changes
Campos
SelectedSeriesStyleProperty : DependencyProperty
Defines the SelectedSelectedSeriesStyle DependencyProperty