Class RadColumnSparkline
Sparkline with rectangular bars with lengths proportional to the values that they represent. Values are indicated using different column fill color.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
[TelerikToolboxCategory("Data Visualization")]
public class RadColumnSparkline : RadItemDrawnSparklineBase, ISupportsDateTimeVirtualization
Constructors
RadColumnSparkline()
Fields
ColumnLayoutModeProperty
Identifies the ColumnLayoutMode dependency property.
Declaration
public static readonly DependencyProperty ColumnLayoutModeProperty
Field Value
System.Windows.DependencyProperty
|
ColumnWidthPercentProperty
Identifies the ColumnWidthPercent dependency property.
Declaration
public static readonly DependencyProperty ColumnWidthPercentProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ColumnLayoutMode
Gets or sets the ColumnLayoutMode.
Declaration
public ColumnLayoutMode ColumnLayoutMode { get; set; }
Property Value
ColumnLayoutMode
|
ColumnWidthPercent
Gets or sets the ColumnWidthPercent.
Declaration
public double ColumnWidthPercent { get; set; }
Property Value
System.Double
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
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()