menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColumnBase - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ColumnBase

    Represents a control that indicates a base of column sparkline.

    Inheritance
    System.Object
    SparklineBase
    ColumnBase
    SfColumnSparkline
    SfWinLossSparkline
    Inherited Members
    SparklineBase.BandRangeEnd
    SparklineBase.BandRangeEndProperty
    SparklineBase.BandRangeStart
    SparklineBase.BandRangeStartProperty
    SparklineBase.DataCount
    SparklineBase.Deserialize()
    SparklineBase.Deserialize(Stream)
    SparklineBase.Deserialize(String)
    SparklineBase.EmptyPointIndexes
    SparklineBase.EmptyPointValue
    SparklineBase.EmptyPointValueProperty
    SparklineBase.EnableAnimation
    SparklineBase.EnableAnimationProperty
    SparklineBase.GeneratePoints(String)
    SparklineBase.Interior
    SparklineBase.InteriorProperty
    SparklineBase.ItemsSource
    SparklineBase.ItemsSourceProperty
    SparklineBase.MaximumYValue
    SparklineBase.MaximumYValueProperty
    SparklineBase.MeasureOverride(Size)
    SparklineBase.MinimumYValue
    SparklineBase.MinimumYValueProperty
    SparklineBase.OnApplyTemplate()
    SparklineBase.OnSparklineMouseMove
    SparklineBase.RangeBandBrush
    SparklineBase.RangeBandBrushProperty
    SparklineBase.Reset()
    SparklineBase.SegmentPresenter
    SparklineBase.Serialize()
    SparklineBase.Serialize(Stream)
    SparklineBase.Serialize(String)
    SparklineBase.SetIndividualPoints(Int32, Object, Boolean, String)
    SparklineBase.Stroke
    SparklineBase.StrokeProperty
    SparklineBase.StrokeThickness
    SparklineBase.StrokeThicknessProperty
    SparklineBase.TransformToVisible(Double, Double)
    SparklineBase.UpdateArea()
    SparklineBase.UpdateMinMaxValues()
    SparklineBase.YBindingPath
    SparklineBase.YBindingPathProperty
    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
    SparklineBase.AnimateSegments(UIElementCollection)

    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
    SparklineBase.OnMouseMove(MouseEventArgs)

    RenderSegments()

    Renders the segments.

    Declaration
    protected override void RenderSegments()
    Overrides
    SparklineBase.RenderSegments()

    See Also

    SparklineBase
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved