WaterfallSeries
WaterfallSeries shows the cumulative effect of positive or negative values on the starting point.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public class WaterfallSeries : CartesianSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesWaterfallSeries...
Implements:
Inherited Members
Constructors
Initializes a new instance of the WaterfallSeries class.
public WaterfallSeries()
Fields
public static RadProperty ConnectionColorProperty
public static RadProperty ConnectionDashPatternProperty
public static RadProperty ConnectionDashStyleProperty
public static RadProperty ConnectionWidthProperty
public static RadProperty DrawConnectionsBetweenBarsProperty
Properties
Gets or sets the color of the connecting lines between bars. DrawConnectionsBetweenBars should be set to true.
[Browsable(true)]
public Color ConnectionColor { get; set; }
Gets or sets the dash pattern of the connecting lines between bars. DrawConnectionsBetweenBars should be set to true.
[Browsable(true)]
public float[] ConnectionDashPattern { get; set; }
Gets or sets the dash style of the connecting lines between bars. DrawConnectionsBetweenBars should be set to true.
[Browsable(true)]
public DashStyle ConnectionDashStyle { get; set; }
Gets or sets the width of the connecting lines between bars. DrawConnectionsBetweenBars should be set to true.
[Browsable(true)]
public float ConnectionWidth { get; set; }
Gets or sets a value indicating whether connecting lines between the bars of the waterfall series will be drawn.
[Browsable(true)]
public bool DrawConnectionsBetweenBars { get; set; }
Gets the ChartSeriesModel.
public override ChartSeriesModel Model { get; }
Overrides:
Gets or sets a value indicating the property in the data source that determines if a data point is a Summary point.
[Browsable(true)]
public string SummaryMember { get; set; }
Gets or sets a value indicating the property in the data source that determines if a data point is a Total point.
[Browsable(true)]
public string TotalMember { get; set; }
Methods
Binds the members.
protected override void BindMembers()
Overrides:
Creates a new WaterfallDataPoint.
Creates the model.
protected override ChartDataPointCollection CreateModel()
Overrides:
Creates a new WaterfallPointElement.
protected override DataPointElement CreatePointElement(DataPoint point)
Overrides:
Called when [apply palette].
protected override void OnApplyPalette()
Overrides:
Validates the given DataPoint. Throws an exception if the passed point is not typeof(WaterfallDataPoint).