ClassWaterfallPointElement
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class WaterfallPointElement : CategoricalPointElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IImageElement
Inheritance: objectDisposableObjectRadObjectUIChartElementChartImageElementDataPointElementCategoricalPointElementWaterfallPointElement
Implements:
Inherited Members
Constructors
WaterfallPointElement(DataPoint)
Initializes a new instance of the WaterfallPointElement class.
Declaration
cs-api-definition
public WaterfallPointElement(DataPoint dataPoint)
Parameters
dataPoint
Fields
Properties
IsFalling
Gets if it is falling.
IsRising
Gets if it is rising.
IsSummary
Gets if it is summary.
IsTotal
Gets if it is total.
Methods
BuildVisualState()
Builds the state of the visual.
Declaration
cs-api-definition
protected override void BuildVisualState()
Overrides
GetDefaultVisualState(ChartSeries, int)
Gets the default state of the visual.
Declaration
cs-api-definition
protected override string GetDefaultVisualState(ChartSeries series, int index)
Parameters
series
The series.
index
The index.
Returns
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Raises the event.
Declaration
cs-api-definition
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
e
The RadPropertyChangedEventArgs instance containing the event data.
Overrides