UltrachartOverview

StockSharp.Xaml.Charting.Visuals

A slider that provides the a range

Hereda de: Control

Implementa: IInvalidatableElement

Constructores

UltrachartOverview()

Default constructor

Propiedades

AreaBrush : Brush

Gets or sets the Area Brush for the FastMountainRenderableSeries. The mountain chart outline is specified by SeriesColor

Axis : IAxis

Gets current axis which this control is bound to

BackgroundChartSurface : IUltrachartSurface

Returns the UltrachartSurface instance that this Overview control hosts.

DataSeries : IDataSeries

Gets or sets the DataSeries used to draw the background chart

ParentSurface : IUltrachartSurface

Gets or sets the ParentSurface which this overview control is bound to

RenderableSeriesStyle : Style

Gets or sets the renderable series style to apply to the RenderableSeries behind the UltrachartOverview

RenderableSeriesType : Type

Gets or sets the type of the renderable series to display behind the UltrachartOverview

ScrollbarStyle : Style

Get or sets style for scrollbar which is used by this overview control

SelectedRange : IRange

Selected range of the range slider

SeriesColor : Color

Gets or sets the SeriesColor.

XAxisId : string

Gets or sets which XAxis to bind the UltrachartOverview to, matching by string Id

Métodos

InvalidateElement()

Asynchronously requests that the element redraws itself plus children. Will be ignored if the element is ISuspendable and currently IsSuspended (within a SuspendUpdates/ResumeUpdates call)

OnApplyTemplate()

Overide to get the visuals from the control template

Campos

AreaBrushProperty : DependencyProperty

Provides the AreaBrush for FastMountainRenderableSeries

AxisProperty : DependencyProperty

Defines the Axis DependencyProperty

DataSeriesProperty : DependencyProperty

Provides the DataSeriesIndex for IRenderableSeries

ParentSurfaceProperty : DependencyProperty

Provides the ParentSurface which this overview control is associated with

ScrollbarStyleProperty : DependencyProperty

Defines the ScrollbarStyle

SelectedRangeProperty : DependencyProperty

Selected range of the range slider

SeriesColorProperty : DependencyProperty

Provides the SeriesColor for IRenderableSeries

XAxisIdProperty : DependencyProperty

Defines the XAxisId DependencyProperty