RadWinLossSparkline
Class
Sparkline with boolean representation of the data – all the data points are shown with the same magnitude with negative data points extending down from the axis while the positive ones shoot upwards.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
[TelerikToolboxCategory("Data Visualization")]
public class RadWinLossSparkline : RadColumnSparkline
Inheritance: objectRadSparklineBaseRadIndicatedSparklineBaseRadItemDrawnSparklineBaseRadColumnSparklineRadWinLossSparkline...
Inherited Members
Constructors
Initializes a new instance of the RadWinLossSparkline class.
C#
public RadWinLossSparkline()
Methods
Calculates the Y position.
C#
protected override void CalculateYPosition()
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides: