Class WaterfallPointElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class WaterfallPointElement : CategoricalPointElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IImageElement
Constructors
WaterfallPointElement(DataPoint)
Initializes a new instance of the WaterfallPointElement class.
Declaration
public WaterfallPointElement(DataPoint dataPoint)
Parameters
DataPoint
dataPoint
|
Fields
IsFallingProperty
IsRisingProperty
IsSummaryProperty
IsTotalProperty
ValueProperty
Properties
IsFalling
Gets if it is falling.
Declaration
public bool IsFalling { get; }
Property Value
System.Boolean
|
IsRising
Gets if it is rising.
Declaration
public bool IsRising { get; }
Property Value
System.Boolean
|
IsSummary
Gets if it is summary.
Declaration
public bool IsSummary { get; }
Property Value
System.Boolean
|
IsTotal
Gets if it is total.
Declaration
public bool IsTotal { get; }
Property Value
System.Boolean
|
ThemeRole
Gets the theme role of the WaterfallPointElement.
Declaration
public override string ThemeRole { get; }
Property Value
System.String
|
Overrides
Methods
BuildVisualState()
Builds the state of the visual.
Declaration
protected override void BuildVisualState()
Overrides
GetDefaultVisualState(ChartSeries, Int32)
Gets the default state of the visual.
Declaration
protected override string GetDefaultVisualState(ChartSeries series, int index)
Parameters
ChartSeries
series
The series. |
System.Int32
index
The index. |
Returns
System.String
|
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Raises the PropertyChanged event.
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
The RadPropertyChangedEventArgs instance containing the event data. |