SeriesValueModifier

StockSharp.Xaml.Charting.ChartModifiers

A custom ChartModifierBase which places an AxisMarkerAnnotation on the YAxis for each BaseRenderableSeries in the chart, showing the current BaseRenderableSeries latest Y-value. E.g. for each series, place one axis-marker with the latest Y-value of the series

Hereda de: ChartModifierBase

Constructores

SeriesValueModifier()

Initializes a new instance of the SeriesValueModifier class.

Propiedades

AnnotationsBySeries : IDictionary<IRenderableSeries, IAnnotation>

Stores AxisMarkerAnnotation instances keyed by IRenderableSeries

AxisMarkerStyle : Style

Gets or sets a Style to apply to Axis Markers. See remarks for implementation

YAxisId : string

Defines which YAxis to bind the SeriesValueModifier to, matching by string Id

Métodos

GetIsLastPointInViewport(DependencyObject) : bool

Gets the value of the IsLastPointInViewportProperty

GetIsRenderableSeriesInViewport(DependencyObject) : bool

Gets the value of the IsRenderableSeriesInViewportProperty

GetIsSeriesValueModifierEnabled(UIElement) : bool

Gets the IsSeriesValueModifierEnabled property on the element. When Set to True on a RenderableSeries, this series will be included in the SeriesValueModifier processing, else it will be excluded

element
The element.

Devuelve: if set to true this series will be included in the SeriesValueModifier processing, else it will be excluded.

GetSeriesMarkerColor(DependencyObject) : Color

Gets the value of the SeriesMarkerColorProperty

OnAttached()

Called when the Chart Modifier is attached to the Chart Surface

OnDetached()

Called immediately before the Chart Modifier is detached from the Chart Surface

OnIsEnabledChanged()

Called when the IsEnabled property changes on this SeriesValueModifier instance

OnParentSurfaceRendered(UltrachartRenderedMessage)

Called when the parent UltrachartSurface is rendered

e
The UltrachartRenderedMessage which contains the event arg data
SetIsLastPointInViewport(DependencyObject, bool)

Sets the value of the IsLastPointInViewportProperty

SetIsRenderableSeriesInViewport(DependencyObject, bool)

Gets the value of the IsRenderableSeriesInViewportProperty

SetIsSeriesValueModifierEnabled(UIElement, bool)

Sets the IsSeriesValueModifierEnabled property on the element. When Set to True on a RenderableSeries, this series will be included in the SeriesValueModifier processing, else it will be excluded

element
The element.
value
if set to true this series will be included in the SeriesValueModifier processing, else it will be excluded.
SetSeriesMarkerColor(DependencyObject, Color)

Sets the value of the SeriesMarkerColorProperty

Campos

AxisMarkerStyleProperty : DependencyProperty

The axis marker style DependencyProperty.

IsLastPointInViewportProperty : DependencyProperty

Defines the IsLastPointInViewportProperty attached property. It is used to change the opacity of AxisMarker associated with a renderable series when the last point it goes outside the viewport.

IsRenderableSeriesInViewportProperty : DependencyProperty

Defines the IsRenderableSeriesInViewport attached property. It is used to hide the AxisMarker associated with a renderable series when it goes outside the viewport.

IsSeriesValueModifierEnabledProperty : DependencyProperty

The IsSeriesValueModifier DependencyProperty. When Set to True on a RenderableSeries, this series will be included in the SeriesValueModifier processing, else it will be excluded

SeriesMarkerColorProperty : DependencyProperty

Defines the LastPointColor attached property. Holds the color of the last visible bar in a viewport for a RenderableSeries

YAxisIdProperty : DependencyProperty

Defines the YAxisId DependencyProperty