Class RadStacked100DataBar
Represents a control that stacks data bars, the lengths of which represent values from an items source, in correspondence to total sum of the values.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
[TelerikToolboxCategory("Data Visualization")]
public sealed class RadStacked100DataBar : Control
Constructors
RadStacked100DataBar()
Initializes a new instance of the Rad
Declaration
public RadStacked100DataBar()
Fields
BarBorderBrushesProperty
Identifies the Bar
Declaration
public static readonly DependencyProperty BarBorderBrushesProperty
Field Value
System.
|
BarBorderThicknessProperty
Identifies the Bar
Declaration
public static readonly DependencyProperty BarBorderThicknessProperty
Field Value
System.
|
BarBrushesProperty
Identifies the Bar
Declaration
public static readonly DependencyProperty BarBrushesProperty
Field Value
System.
|
BarHeightPercentProperty
Identifies the Bar
Declaration
public static readonly DependencyProperty BarHeightPercentProperty
Field Value
System.
|
BarStyleProperty
Identifies the Bar
Declaration
public static readonly DependencyProperty BarStyleProperty
Field Value
System.
|
DataBarItemsProperty
Identifies the Data
Declaration
public static readonly DependencyProperty DataBarItemsProperty
Field Value
System.
|
ItemsSourceProperty
Identifies the Items
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
System.
|
ShowToolTipsProperty
Identifies the Show
Declaration
public static readonly DependencyProperty ShowToolTipsProperty
Field Value
System.
|
ToolTipFormatProperty
Identifies the Tool
Declaration
public static readonly DependencyProperty ToolTipFormatProperty
Field Value
System.
|
ToolTipPathProperty
Identifies the Tool
Declaration
public static readonly DependencyProperty ToolTipPathProperty
Field Value
System.
|
ValuePathProperty
Identifies the Value
Declaration
public static readonly DependencyProperty ValuePathProperty
Field Value
System.
|
Properties
BarBorderBrushes
Gets or sets the collection of brushes that are used for the Stroke of the Data
Declaration
public BrushCollection BarBorderBrushes { get; set; }
Property Value
Remarks
Each Data
BarBorderThickness
Gets or sets the StrokeThickness of the Data
Declaration
public double BarBorderThickness { get; set; }
Property Value
System.
|
BarBrushes
Gets or sets the collection of brushes that are used for the Fill of the Data
Declaration
public BrushCollection BarBrushes { get; set; }
Property Value
Remarks
Each Data
BarHeightPercent
Gets or sets the height percent (from 0 to 1) that is set to the the Data
Declaration
public double BarHeightPercent { get; set; }
Property Value
System.
|
BarStyle
Gets or sets the style that is applied to the Data
Declaration
public Style BarStyle { get; set; }
Property Value
System.
|
DataBarItems
Gets the calculated Data
Declaration
public IEnumerable<DataBarDataItem> DataBarItems { get; }
Property Value
System.
|
Remarks
This property is set internally and modifying this collection should have no effect. This is a collection of
items that contain relevant information about a Stacked
ItemsSource
Gets or sets the ItemsSource.
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
System.
|
ShowToolTips
Gets or sets the ShowToolTips.
Declaration
public bool ShowToolTips { get; set; }
Property Value
System.
|
ToolTipFormat
Gets or sets the string used for formatting the tool tip string.
Declaration
public string ToolTipFormat { get; set; }
Property Value
System.
|
ToolTipPath
Gets or sets the name of the property from which the tool tip content is extracted.
Declaration
public string ToolTipPath { get; set; }
Property Value
System.
|
ValuePath
Gets or sets the name of the property from which values are extracted.
Declaration
public string ValuePath { get; set; }
Property Value
System.
|
Methods
MeasureOverride(Size)
Overrides the Measure pass to define a specific behavior for measuring.
Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
System.
|
Returns
System.
|
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |