menu

UWP

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

    Show / Hide Table of Contents

    Class SfWinLossSparkline

    Represents the SfWinLossSparkline class.

    Inheritance
    System.Object
    SparklineBase
    ColumnBase
    SfWinLossSparkline
    Inherited Members
    ColumnBase.AnimateSegments(UIElementCollection)
    ColumnBase.BindFillProperty(Shape, String)
    ColumnBase.HighlightSegment
    ColumnBase.HighlightSegmentProperty
    ColumnBase.OnPointerExited(PointerRoutedEventArgs)
    ColumnBase.OnPointerMoved(PointerRoutedEventArgs)
    SparklineBase.add_OnSparklineMouseMove(SparklineMouseMoveHandler)
    SparklineBase.BandRangeEnd
    SparklineBase.BandRangeEndProperty
    SparklineBase.BandRangeStart
    SparklineBase.BandRangeStartProperty
    SparklineBase.DataCount
    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.remove_OnSparklineMouseMove(SparklineMouseMoveHandler)
    SparklineBase.Reset()
    SparklineBase.SegmentPresenter
    SparklineBase.SetIndividualPoints(Int32, Object, Boolean, 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.UWP.dll
    Syntax
    public class SfWinLossSparkline : ColumnBase

    Constructors

    SfWinLossSparkline()

    Initializes a new instance of the SfWinLossSparkline class.

    Declaration
    public SfWinLossSparkline()

    Fields

    NegativePointBrushProperty

    The DependencyProperty for NegativePointBrush property.

    Declaration
    public static readonly DependencyProperty NegativePointBrushProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    NeutralBrushProperty

    The DependencyProperty for NeutralBrush property.

    Declaration
    public static readonly DependencyProperty NeutralBrushProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    NegativePointBrush

    Gets or sets the brush to paint the interior of the negative segment(s).

    Declaration
    public Brush NegativePointBrush { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Media.Brush

    The value.

    NeutralBrush

    Gets or sets the brush to paint the interior of the neutral segment(s).

    Declaration
    public Brush NeutralBrush { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Media.Brush

    The value.

    Methods

    RenderSegments()

    Renders the segments.

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

    UpdateMinMaxValues()

    Updates the minimum and maximum values.

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved