Class ColumnBase
Represents a control that indicates a base of column sparkline.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public abstract class ColumnBase : SparklineBase
Constructors
ColumnBase()
Declaration
protected ColumnBase()
Fields
HighlightSegmentProperty
The DependencyProperty for HighlightSegment property.
Declaration
public static readonly DependencyProperty HighlightSegmentProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
HighlightSegment
Gets or sets a value indicating whether to highlight segment on mouse move.
Declaration
public bool HighlightSegment { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
AnimateSegments(UIElementCollection)
Animates the segments.
Declaration
protected override void AnimateSegments(UIElementCollection elements)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.UIElementCollection | elements | The UI Element Collection |
Overrides
BindFillProperty(Shape, String)
Binds the fill property of the shape element with the column sparkline.
Declaration
protected void BindFillProperty(Shape element, string propertyPath)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Shapes.Shape | element | The Shape Element |
System.String | propertyPath | The Property Path |
OnMouseLeave(MouseEventArgs)
Updates the mouse leave operations for the sparkline
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseEventArgs | e | The Event Arguments. |
OnMouseMove(MouseEventArgs)
Updates the mouse move interactive behaviors for the marker.
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseEventArgs | e | The Event Arguments |
Overrides
RenderSegments()
Renders the segments.
Declaration
protected override void RenderSegments()