ClassRadColumnSparkline
Sparkline with rectangular bars with lengths proportional to the values that they represent. Values are indicated using different column fill color.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
[TelerikToolboxCategory("Data Visualization")]
public class RadColumnSparkline : RadItemDrawnSparklineBase
Inheritance: objectRadSparklineBaseRadIndicatedSparklineBaseRadItemDrawnSparklineBaseRadColumnSparkline
Derived Classes:
Inherited Members
Constructors
RadColumnSparkline()
Initializes a new instance of the RadColumnSparkline class.
Declaration
public RadColumnSparkline()
Fields
ColumnLayoutModeProperty
Identifies the ColumnLayoutMode dependency property.
Declaration
public static readonly DependencyProperty ColumnLayoutModeProperty
Field Value
DependencyProperty
ColumnWidthPercentProperty
Identifies the ColumnWidthPercent dependency property.
Declaration
public static readonly DependencyProperty ColumnWidthPercentProperty
Field Value
DependencyProperty
Properties
ColumnLayoutMode
Gets or sets the ColumnLayoutMode.
Declaration
public ColumnLayoutMode ColumnLayoutMode { get; set; }
Property Value
ColumnWidthPercent
Gets or sets the ColumnWidthPercent.
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call .
Declaration
public override void OnApplyTemplate()
Overrides
OnDataChanged()
Called when underlying data has changed significantly and requires the control to redraw itself.
Declaration
protected override void OnDataChanged()
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.