Class Bar
This class represents a 2D bar series item.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Bar : BaseChartItem2D, IChartItem, ILogicalItem, IAnimatable, IInteractiveElement
Constructors
Bar()
Declaration
public Bar()
Fields
MaskVisibilityProperty
Identifies the MaskVisibility dependency property.
Declaration
public static readonly DependencyProperty MaskVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
Properties
MaskVisibility
Gets or sets a value indicating whether the built-in mask overlay should be visible or not.
Declaration
public Visibility MaskVisibility { get; set; }
Property Value
System.Windows.Visibility
The default value is Visible. |
Remarks
This property is applicable only to a limited set of the supported themes (i.e. Office, Vista, Windows7). Also disabling the mask overlay will disable the item selection indicator as well.
Methods
ArrangeOverride(Size)
Called to arrange and size the content of a System.Windows.Controls.Control object.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.Windows.Size
finalSize
The computed size that is used to arrange the content. |
Returns
System.Windows.Size
The size of the control. |
Overrides
OnAnimationSettingsChanged()
Called when the animation settings associated with the respective series item change.
Declaration
protected override void OnAnimationSettingsChanged()
Overrides
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
OnDataSeriesDefinitionChanged(Object, PropertyChangedEventArgs)
Called when DataSeries Definition is changed.
Declaration
protected override void OnDataSeriesDefinitionChanged(object sender, PropertyChangedEventArgs e)
Parameters
System.Object
sender
The sender. |
System.ComponentModel.PropertyChangedEventArgs
e
The System.ComponentModel.PropertyChangedEventArgs instance containing the event data. |
Overrides
SetTransformCenter(Size)
Sets the transform center.
Declaration
protected virtual void SetTransformCenter(Size arrangedSize)
Parameters
System.Windows.Size
arrangedSize
Size of the arranged. |
SetTransformScale()
Sets the transform scale.
Declaration
protected virtual void SetTransformScale()