UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColumnBase - UWP 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.EnableAnimationProperty
    SparklineBase.InteriorProperty
    SparklineBase.RangeBandBrushProperty
    SparklineBase.BandRangeEndProperty
    SparklineBase.BandRangeStartProperty
    SparklineBase.MinimumYValueProperty
    SparklineBase.MaximumYValueProperty
    SparklineBase.StrokeThicknessProperty
    SparklineBase.StrokeProperty
    SparklineBase.ItemsSourceProperty
    SparklineBase.YBindingPathProperty
    SparklineBase.EmptyPointValueProperty
    SparklineBase.add_OnSparklineMouseMove(SparklineMouseMoveHandler)
    SparklineBase.remove_OnSparklineMouseMove(SparklineMouseMoveHandler)
    SparklineBase.TransformToVisible(Double, Double)
    SparklineBase.Reset()
    SparklineBase.UpdateArea()
    SparklineBase.GeneratePoints(String)
    SparklineBase.UpdateMinMaxValues()
    SparklineBase.SetIndividualPoints(Int32, Object, Boolean, String)
    SparklineBase.OnApplyTemplate()
    SparklineBase.MeasureOverride(Size)
    SparklineBase.EnableAnimation
    SparklineBase.Interior
    SparklineBase.RangeBandBrush
    SparklineBase.BandRangeEnd
    SparklineBase.BandRangeStart
    SparklineBase.MinimumYValue
    SparklineBase.MaximumYValue
    SparklineBase.StrokeThickness
    SparklineBase.Stroke
    SparklineBase.ItemsSource
    SparklineBase.YBindingPath
    SparklineBase.EmptyPointValue
    SparklineBase.SegmentPresenter
    SparklineBase.EmptyPointIndexes
    SparklineBase.DataCount
    SparklineBase.OnSparklineMouseMove
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.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 Description
    Windows.UI.Xaml.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 Description
    System.Boolean

    Methods

    AnimateSegments(UIElementCollection)

    Animates the segments.

    Declaration
    protected override void AnimateSegments(UIElementCollection elements)
    Parameters
    Type Name Description
    Windows.UI.Xaml.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
    Windows.UI.Xaml.Shapes.Shape element

    The Shape Element

    System.String propertyPath

    The Property Path

    OnPointerExited(PointerRoutedEventArgs)

    Updates the pointer exited interactive behaviors for the sparkline

    Declaration
    protected override void OnPointerExited(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    The Event Arguments.

    OnPointerMoved(PointerRoutedEventArgs)

    Updates the pointer moved interactive behaviors for the marker.

    Declaration
    protected override void OnPointerMoved(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    The Event Arguments

    Overrides
    SparklineBase.OnPointerMoved(PointerRoutedEventArgs)

    RenderSegments()

    Renders the segments.

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)

    See Also

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