menu

WinForms

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

    Show / Hide Table of Contents

    Class SfColumnSparkline

    Represents the SfColumnSparkline class.

    Inheritance
    System.Object
    SparklineBase
    ColumnBase
    SfColumnSparkline
    Inherited Members
    ColumnBase.AnimateSegments(UIElementCollection)
    ColumnBase.BindFillProperty(Shape, String)
    ColumnBase.HighlightSegment
    ColumnBase.HighlightSegmentProperty
    ColumnBase.OnMouseLeave(MouseEventArgs)
    ColumnBase.OnMouseMove(MouseEventArgs)
    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.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.Stroke
    SparklineBase.StrokeProperty
    SparklineBase.StrokeThickness
    SparklineBase.StrokeThicknessProperty
    SparklineBase.TransformToVisible(Double, Double)
    SparklineBase.UpdateArea()
    SparklineBase.YBindingPath
    SparklineBase.YBindingPathProperty
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class SfColumnSparkline : ColumnBase

    Constructors

    SfColumnSparkline()

    Initializes a new instance of the SfColumnSparkline class.

    Declaration
    public SfColumnSparkline()

    Fields

    AxisOriginProperty

    The DependencyProperty for AxisOrigin property.

    Declaration
    public static readonly DependencyProperty AxisOriginProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    AxisStyleProperty

    The DependencyProperty for AxisStyle property.

    Declaration
    public static readonly DependencyProperty AxisStyleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    SegmentTemplateSelectorProperty

    The DependencyProperty for SegmentTemplateSelector property.

    Declaration
    public static readonly DependencyProperty SegmentTemplateSelectorProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ShowAxisProperty

    The DependencyProperty for ShowAxis property.

    Declaration
    public static readonly DependencyProperty ShowAxisProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    XBindingPathProperty

    The DependencyProperty for XBindingPath property.

    Declaration
    public static readonly DependencyProperty XBindingPathProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    AxisOrigin

    Gets or sets axis origin

    Declaration
    public double AxisOrigin { get; set; }
    Property Value
    Type
    System.Double

    AxisStyle

    Gets or sets the axis line style.

    Declaration
    public Style AxisStyle { get; set; }
    Property Value
    Type
    System.Windows.Style

    SegmentTemplateSelector

    Gets or sets the segment template selector to customize the each segments.

    Declaration
    public TemplateSelector SegmentTemplateSelector { get; set; }
    Property Value
    Type
    TemplateSelector

    ShowAxis

    Gets or sets a value indicating whether to show axis.

    Declaration
    public bool ShowAxis { get; set; }
    Property Value
    Type
    System.Boolean

    XBindingPath

    Gets or sets the property path of the x data in ItemsSource.

    Declaration
    public string XBindingPath { get; set; }
    Property Value
    Type
    System.String

    Methods

    GeneratePoints(String)

    Generates the data points.

    Declaration
    protected override void GeneratePoints(string xPath)
    Parameters
    Type Name Description
    System.String xPath

    The X Path

    Overrides
    SparklineBase.GeneratePoints(String)

    RemoveAxis()

    Removes the axis for the SfColumnSparkline.

    Declaration
    protected void RemoveAxis()

    RenderSegments()

    Renders the SfColumnSparkline segments.

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

    SetIndividualPoints(Int32, Object, Boolean, String)

    Sets the individual data points.

    Declaration
    protected override void SetIndividualPoints(int index, object obj, bool replace, string xPath)
    Parameters
    Type Name Description
    System.Int32 index

    The Index

    System.Object obj

    The Object

    System.Boolean replace

    Replace Indication

    System.String xPath

    The X Path

    Overrides
    SparklineBase.SetIndividualPoints(Int32, Object, Boolean, String)

    UpdateHorizontalAxis()

    Updates the horizontal axis for the SfColumnSparkline

    Declaration
    protected virtual void UpdateHorizontalAxis()

    UpdateMinMaxValues()

    Updates the minimum and maximum values.

    Declaration
    protected override void UpdateMinMaxValues()
    Overrides
    SparklineBase.UpdateMinMaxValues()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved