ClassIndicatorItem
Class
Represents one indicator item.
Definition
Namespace:Telerik.Windows.Controls.Sparklines
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class IndicatorItem : SparklineItemBase
Inheritance: objectSparklineItemBaseIndicatorItem
Inherited Members
Constructors
IndicatorItem()
Initializes a new instance of the IndicatorItem class.
Declaration
cs-api-definition
public IndicatorItem()
Methods
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.