Class
ScatterRangeBarSeries

Represents a chart scatter range bar series.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class ScatterRangeBarSeries : CartesianSeries, IChartElementPresenter

Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesScatterRangeBarSeries

Implements: IChartElementPresenter

Inherited Members CartesianSeries.HorizontalAxisPropertyCartesianSeries.VerticalAxisPropertyCartesianSeries.OnAttached()CartesianSeries.HorizontalAxisCartesianSeries.VerticalAxisPointTemplateSeries.RenderOptionsPropertyPointTemplateSeries.PointTemplatePropertyPointTemplateSeries.PointTemplateSelectorPropertyPointTemplateSeries.DefaultVisualStylePropertyPointTemplateSeries.DefaultVisualStyleSelectorPropertyPointTemplateSeries.OnLoaded(object, RoutedEventArgs)PointTemplateSeries.OnPlayPointAnimations(bool)PointTemplateSeries.OnRenderOptionsChanged(ChartRenderOptions, ChartRenderOptions)PointTemplateSeries.OnApplyTemplate()PointTemplateSeries.GetDataPointVisual(DataPoint)PointTemplateSeries.MeasureNodeOverride(ChartNode, object)PointTemplateSeries.RenderOptionsPointTemplateSeries.DefaultVisualStylePointTemplateSeries.DefaultVisualStyleSelectorPointTemplateSeries.PointTemplatePointTemplateSeries.PointTemplateSelectorPointTemplateSeries.PointTemplatesChartSeries.SeriesAnimationPropertyChartSeries.PointAnimationPropertyChartSeries.ShowLabelsPropertyChartSeries.IsSelectedPropertyChartSeries.AllowSelectPropertyChartSeries.TrackBallTemplatePropertyChartSeries.TrackBallInfoTemplatePropertyChartSeries.ItemsSourcePropertyChartSeries.ClipToPlotAreaPropertyChartSeries.DisplayNamePropertyChartSeries.TooltipTemplatePropertyChartSeries.LabelConnectorsSettingsPropertyChartSeries.PlaySeriesAnimation()ChartSeries.PlayPointAnimations()ChartSeries.OnPlaySeriesAnimation(bool)ChartSeries.GetDataPointLabels(DataPoint)ChartSeries.HitTest(Rect)ChartSeries.HitTestDataPoints(Rect)ChartSeries.HitTestElements(Rect)ChartSeries.HitTestElementsCore(Rect)ChartSeries.HitTestDataPointsCore(Rect)ChartSeries.OnVisibilityChanged()ChartSeries.GetLabelConnector(ChartSeriesLabelPositionInfo)ChartSeries.SeriesAnimationChartSeries.PointAnimationChartSeries.LabelDefinitionsChartSeries.ShowLabelsChartSeries.IsSelectedChartSeries.AllowSelectChartSeries.TrackBallTemplateChartSeries.TrackBallInfoTemplateChartSeries.DisplayNameChartSeries.TooltipTemplateChartSeries.ClipToPlotAreaChartSeries.ItemsSourceChartSeries.LabelConnectorsSettingsChartSeries.SeriesAnimationCompletedChartSeries.PointAnimationsCompletedChartSeries.DataBindingCompleteChartElementPresenter.OnPropertyChanged(DependencyPropertyChangedEventArgs)ChartElementPresenter.ZIndexChartElementPresenter.ChartPresenterBase.InfinitySizePresenterBase.InfinityPointPresenterBase.RefreshNode(ChartNode)PresenterBase.InvalidatePalette()PresenterBase.RefreshNodeCore(ChartNode)PresenterBase.CreateContentPresenter(object, DataTemplate)PresenterBase.OnInitialized(EventArgs)PresenterBase.RenderSurfaceRadControlBase.OnUnloaded(object, RoutedEventArgs)RadControlBase.IsLoadedRadControlBase.IsTemplateApplied

Constructors

ScatterRangeBarSeries()

Initializes a new instance of the ScatterRangeBarSeries class.

Declaration

cs-api-definition
public ScatterRangeBarSeries()

Fields

HorizontalHighBindingProperty

Identifies the HorizontalHighBinding property.

Declaration

cs-api-definition
public static readonly DependencyProperty HorizontalHighBindingProperty

Field Value

DependencyProperty

HorizontalLowBindingProperty

Identifies the HorizontalLowBinding property.

Declaration

cs-api-definition
public static readonly DependencyProperty HorizontalLowBindingProperty

Field Value

DependencyProperty

LegendSettingsProperty

Identifies the LegendSettings dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LegendSettingsProperty

Field Value

DependencyProperty

VerticalHighBindingProperty

Identifies the VerticalHighBinding property.

Declaration

cs-api-definition
public static readonly DependencyProperty VerticalHighBindingProperty

Field Value

DependencyProperty

VerticalLowBindingProperty

Identifies the VerticalLowBinding property.

Declaration

cs-api-definition
public static readonly DependencyProperty VerticalLowBindingProperty

Field Value

DependencyProperty

Properties

DataPoints

Gets the collection of data points associated with the series.

Declaration

cs-api-definition
public DataPointCollection<ScatterRangeDataPoint> DataPoints { get; }

Property Value

DataPointCollection<ScatterRangeDataPoint>

HorizontalHighBinding

Gets or sets the binding that will be used to fill the HorizontalHigh member of the contained data points.

Declaration

cs-api-definition
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding HorizontalHighBinding { get; set; }

Property Value

DataPointBinding

HorizontalLowBinding

Gets or sets the binding that will be used to fill the member of the contained data points.

Declaration

cs-api-definition
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding HorizontalLowBinding { get; set; }

Property Value

DataPointBinding

LegendSettings

Gets or sets the legend settings.

Declaration

cs-api-definition
public ChartLegendSettings LegendSettings { get; set; }

Property Value

ChartLegendSettings

PaletteMode

Gets or sets the PaletteMode.

Declaration

cs-api-definition
public SeriesPaletteMode PaletteMode { get; set; }

Property Value

SeriesPaletteMode

VerticalHighBinding

Gets or sets the binding that will be used to fill the VerticalHigh member of the contained data points.

Declaration

cs-api-definition
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding VerticalHighBinding { get; set; }

Property Value

DataPointBinding

VerticalLowBinding

Gets or sets the binding that will be used to fill the VerticalLow member of the contained data points.

Declaration

cs-api-definition
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding VerticalLowBinding { get; set; }

Property Value

DataPointBinding

Methods

GetHorizontalHighAggregateFunction()

When overridden in a derived class, this method returns the function used to calculate the aggregate values for the HorizontalHigh property.

Declaration

cs-api-definition
protected virtual ChartAggregateFunction GetHorizontalHighAggregateFunction()

Returns

ChartAggregateFunction

GetHorizontalLowAggregateFunction()

When overridden in a derived class, this method returns the function used to calculate the aggregate values for the HorizontalLow property.

Declaration

cs-api-definition
protected virtual ChartAggregateFunction GetHorizontalLowAggregateFunction()

Returns

ChartAggregateFunction

GetVerticalHighAggregateFunction()

When overridden in a derived class, this method returns the function used to calculate the aggregate values for the VerticalHigh property.

Declaration

cs-api-definition
protected virtual ChartAggregateFunction GetVerticalHighAggregateFunction()

Returns

ChartAggregateFunction

GetVerticalLowAggregateFunction()

When overridden in a derived class, this method returns the function used to calculate the aggregate values for the VerticalLow property.

Declaration

cs-api-definition
protected virtual ChartAggregateFunction GetVerticalLowAggregateFunction()

Returns

ChartAggregateFunction

OnCreateAutomationPeer()

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

The type-specific AutomationPeer implementation.

OnDetached(RadChartBase)

Occurs when the presenter has been successfully detached from its owning RadChartBase instance.

Declaration

cs-api-definition
protected override void OnDetached(RadChartBase oldChart)

Parameters

oldChart

RadChartBase

Overrides CartesianSeries.OnDetached(RadChartBase)

OnMouseEnter(MouseEventArgs)

Raises the event.

Declaration

cs-api-definition
protected override void OnMouseEnter(MouseEventArgs e)

Parameters

e

MouseEventArgs

The MouseEventArgs instance containing the event data.

Overrides CartesianSeries.OnMouseEnter(MouseEventArgs)

OnMouseLeave(MouseEventArgs)

Raises the event.

Declaration

cs-api-definition
protected override void OnMouseLeave(MouseEventArgs e)

Parameters

e

MouseEventArgs

The MouseEventArgs instance containing the event data.

Overrides CartesianSeries.OnMouseLeave(MouseEventArgs)