RadColumnSparkline
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
Initializes a new instance of the RadColumnSparkline class.
public RadColumnSparkline()
Fields
ColumnLayoutModeProperty
DependencyProperty
Identifies the ColumnLayoutMode dependency property.
public static readonly DependencyProperty ColumnLayoutModeProperty
ColumnWidthPercentProperty
DependencyProperty
Identifies the ColumnWidthPercent dependency property.
public static readonly DependencyProperty ColumnWidthPercentProperty
Properties
Gets or sets the ColumnLayoutMode.
public ColumnLayoutMode ColumnLayoutMode { get; set; }
Gets or sets the ColumnWidthPercent.
public double ColumnWidthPercent { get; set; }
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
Overrides:
Called when underlying data has changed significantly and requires the control to redraw itself.
protected override void OnDataChanged()
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.