Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class WaterfallPointElement : CategoricalPointElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IImageElement
Inheritance: objectDisposableObjectRadObjectUIChartElementChartImageElementDataPointElementCategoricalPointElementWaterfallPointElement...
Implements:
Inherited Members
Constructors
Initializes a new instance of the WaterfallPointElement class.
Fields
C#
public static RadProperty IsFallingProperty
C#
public static RadProperty IsRisingProperty
C#
public static RadProperty IsSummaryProperty
C#
public static RadProperty IsTotalProperty
C#
public static RadProperty ValueProperty
Properties
Methods
Builds the state of the visual.
C#
protected override void BuildVisualState()
Overrides:
Gets the default state of the visual.
C#
protected override string GetDefaultVisualState(ChartSeries series, int index)
The series.
indexintThe index.
Returns:Overrides:
Raises the event.
C#
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
The RadPropertyChangedEventArgs instance containing the event data.
Overrides: