ClassWaterfallSeries
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
WaterfallSeries()
Initializes a new instance of the WaterfallSeries class.
Declaration
public WaterfallSeries()
WaterfallSeries(string, string, string)
Initializes a new instance of the WaterfallSeries class.
WaterfallSeries(string, string, string, string)
Initializes a new instance of the WaterfallSeries class.
Fields
ConnectionColorProperty
Declaration
public static RadProperty ConnectionColorProperty
Field Value
ConnectionDashPatternProperty
Declaration
public static RadProperty ConnectionDashPatternProperty
Field Value
ConnectionDashStyleProperty
Declaration
public static RadProperty ConnectionDashStyleProperty
Field Value
ConnectionWidthProperty
Declaration
public static RadProperty ConnectionWidthProperty
Field Value
DrawConnectionsBetweenBarsProperty
Declaration
public static RadProperty DrawConnectionsBetweenBarsProperty
Field Value
Properties
ConnectionColor
Gets or sets the color of the connecting lines between bars. DrawConnectionsBetweenBars should be set to true.
Declaration
[Browsable(true)]
public Color ConnectionColor { get; set; }
Property Value
ConnectionDashPattern
Gets or sets the dash pattern of the connecting lines between bars. DrawConnectionsBetweenBars should be set to true.
Declaration
[Browsable(true)]
public float[] ConnectionDashPattern { get; set; }
Property Value
float[]
ConnectionDashStyle
Gets or sets the dash style of the connecting lines between bars. DrawConnectionsBetweenBars should be set to true.
Declaration
[Browsable(true)]
public DashStyle ConnectionDashStyle { get; set; }
Property Value
ConnectionWidth
Gets or sets the width of the connecting lines between bars. DrawConnectionsBetweenBars should be set to true.
Declaration
[Browsable(true)]
public float ConnectionWidth { get; set; }
Property Value
DrawConnectionsBetweenBars
Gets or sets a value indicating whether connecting lines between the bars of the waterfall series will be drawn.
Declaration
[Browsable(true)]
public bool DrawConnectionsBetweenBars { get; set; }
Property Value
Model
Gets the ChartSeriesModel.
Declaration
public override ChartSeriesModel Model { get; }
Property Value
Overrides
SummaryMember
Gets or sets a value indicating the property in the data source that determines if a data point is a Summary point.
Declaration
[Browsable(true)]
public string SummaryMember { get; set; }
Property Value
TotalMember
Gets or sets a value indicating the property in the data source that determines if a data point is a Total point.
Declaration
[Browsable(true)]
public string TotalMember { get; set; }
Property Value
Methods
BindMembers()
Binds the members.
Declaration
protected override void BindMembers()
Overrides
CreateDefaultDataPoint()
Creates a new WaterfallDataPoint.
Declaration
protected override DataPoint CreateDefaultDataPoint()
Returns
Overrides
CreateModel()
Creates the model.
Declaration
protected override ChartDataPointCollection CreateModel()
Returns
Overrides
CreatePointElement(DataPoint)
Creates a new WaterfallPointElement.
Declaration
protected override DataPointElement CreatePointElement(DataPoint point)
Parameters
point
Returns
Overrides
GetDefaultTrackballTextForPoint(DataPoint)
Gets the default trackball text for point.
OnApplyPalette()
Called when [apply palette].
Declaration
protected override void OnApplyPalette()
Overrides
ValidatePoint(DataPoint)
Validates the given DataPoint. Throws an exception if the passed point is not typeof(WaterfallDataPoint).
Declaration
protected override void ValidatePoint(DataPoint item)
Parameters
item
Overrides