ClassRadWinLossSparkline
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:
cs-api-definition
[TelerikToolboxCategory("Data Visualization")]
public class RadWinLossSparkline : RadColumnSparkline
Inheritance: objectRadSparklineBaseRadIndicatedSparklineBaseRadItemDrawnSparklineBaseRadColumnSparklineRadWinLossSparkline
Inherited Members
Constructors
RadWinLossSparkline()
Initializes a new instance of the RadWinLossSparkline class.
Declaration
cs-api-definition
public RadWinLossSparkline()
Methods
CalculateYPosition()
Calculates the Y position.
Declaration
cs-api-definition
protected override void CalculateYPosition()
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides