UWP

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FinancialSeriesBase

    Show / Hide Table of Contents

    Class FinancialSeriesBase

    Serve as base class for Candle, HiLoOpenClose series and its an abstract class.

    Inheritance
    System.Object
    ChartSeriesBase
    ChartSeries
    AdornmentSeries
    CartesianSeries
    FinancialSeriesBase
    CandleSeries
    FastCandleBitmapSeries
    FastHiLoOpenCloseBitmapSeries
    HiLoOpenCloseSeries
    Implements
    ICloneable
    ISupportAxes2D
    ISupportAxes
    Inherited Members
    CartesianSeries.TrendlinesProperty
    CartesianSeries.XAxisProperty
    CartesianSeries.YAxisProperty
    CartesianSeries.IsTransposedProperty
    CartesianSeries.ShowTrackballInfoProperty
    CartesianSeries.OnVisibleRangeChanged(VisibleRangeChangedEventArgs)
    CartesianSeries.OnYAxisChanged(ChartAxis, ChartAxis)
    CartesianSeries.OnXAxisChanged(ChartAxis, ChartAxis)
    CartesianSeries.OnApplyTemplate()
    CartesianSeries.GetDataPoints(Rect)
    CartesianSeries.GetDataPoints(Double, Double, Double, Double)
    CartesianSeries.Trendlines
    CartesianSeries.XRange
    CartesianSeries.YRange
    CartesianSeries.XAxis
    CartesianSeries.YAxis
    CartesianSeries.IsTransposed
    CartesianSeries.ShowTrackballInfo
    CartesianSeries.ISupportAxes.ActualXAxis
    CartesianSeries.ISupportAxes.ActualYAxis
    AdornmentSeries.AdornmentsInfoProperty
    AdornmentSeries.CreateSegments()
    AdornmentSeries.CreateAdornment(AdornmentSeries, Double, Double, Double, Double)
    AdornmentSeries.AddColumnAdornments(Double[])
    AdornmentSeries.AddAdornmentAtXY(Double, Double, Int32)
    AdornmentSeries.AddAreaAdornments(IList<Double>[])
    AdornmentSeries.ClearUnUsedAdornments(Int32)
    AdornmentSeries.AdornmentsInfo
    AdornmentSeries.AdornmentLabelCreated
    ChartSeries.StrokeProperty
    ChartSeries.StrokeThicknessProperty
    ChartSeries.GetDataPointIndex(Double, Double)
    ChartSeries.CreateSegment()
    ChartSeries.StrokeThickness
    ChartSeries.Area
    ChartSeries.Stroke
    ChartSeriesBase.SpacingProperty
    ChartSeriesBase.TooltipTemplateProperty
    ChartSeriesBase.ShowTooltipProperty
    ChartSeriesBase.ListenPropertyChangeProperty
    ChartSeriesBase.IsSeriesVisibleProperty
    ChartSeriesBase.XBindingPathProperty
    ChartSeriesBase.SortByProperty
    ChartSeriesBase.SortDirectionProperty
    ChartSeriesBase.IsSortDataProperty
    ChartSeriesBase.PaletteProperty
    ChartSeriesBase.ItemsSourceProperty
    ChartSeriesBase.TrackBallLabelTemplateProperty
    ChartSeriesBase.InteriorProperty
    ChartSeriesBase.LabelProperty
    ChartSeriesBase.LegendIconProperty
    ChartSeriesBase.LegendIconTemplateProperty
    ChartSeriesBase.VisibilityOnLegendProperty
    ChartSeriesBase.SeriesSelectionBrushProperty
    ChartSeriesBase.ColorModelProperty
    ChartSeriesBase.SegmentColorPathProperty
    ChartSeriesBase.EnableAnimationProperty
    ChartSeriesBase.AnimationDurationProperty
    ChartSeriesBase.EmptyPointValueProperty
    ChartSeriesBase.EmptyPointStyleProperty
    ChartSeriesBase.EmptyPointSymbolTemplateProperty
    ChartSeriesBase.ShowEmptyPointsProperty
    ChartSeriesBase.EmptyPointInteriorProperty
    ChartSeriesBase.Segments
    ChartSeriesBase.Timer
    ChartSeriesBase.InitialDelayTimer
    ChartSeriesBase.ChartTransformer
    ChartSeriesBase.YPaths
    ChartSeriesBase.GetSpacing(DependencyObject)
    ChartSeriesBase.SetSpacing(DependencyObject, Double)
    ChartSeriesBase.FindNearestChartPoint(Point, Double, Double, Double)
    ChartSeriesBase.CreateEmptyPointSegments(IList<Double>, List<List<Double>>, List<List<Double>>)
    ChartSeriesBase.UpdateSegments(Int32, NotifyCollectionChangedAction)
    ChartSeriesBase.GetAvailableSize()
    ChartSeriesBase.SuspendNotification()
    ChartSeriesBase.ResumeNotification()
    ChartSeriesBase.Invalidate()
    ChartSeriesBase.GetSideBySideInfo(ChartSeriesBase)
    ChartSeriesBase.Clone()
    ChartSeriesBase.OnSeriesMouseUp(Object, Point)
    ChartSeriesBase.OnSeriesMouseDown(Object, Point)
    ChartSeriesBase.SelectedIndexChanged(Int32, Int32)
    ChartSeriesBase.CreateTransformer(Size, Boolean)
    ChartSeriesBase.GetXValues()
    ChartSeriesBase.SetTooltipDuration()
    ChartSeriesBase.IsTooltipAvailable(Canvas)
    ChartSeriesBase.SetDoubleAnimation(ChartTooltip)
    ChartSeriesBase.SetIndividualPoint(Int32, Object, Boolean)
    ChartSeriesBase.SetIndividualDataTablePoint(Int32, Object, Boolean)
    ChartSeriesBase.ClearUnUsedSegments(Int32)
    ChartSeriesBase.OnPointerPressed(PointerRoutedEventArgs)
    ChartSeriesBase.OnPointerMoved(PointerRoutedEventArgs)
    ChartSeriesBase.OnTapped(TappedRoutedEventArgs)
    ChartSeriesBase.OnPointerExited(PointerRoutedEventArgs)
    ChartSeriesBase.OnPointerReleased(PointerRoutedEventArgs)
    ChartSeriesBase.Position(Point, ChartTooltip)
    ChartSeriesBase.UpdateArea()
    ChartSeriesBase.GetPreviousSeries(ChartSeriesBase)
    ChartSeriesBase.GeneratePoints(String[], IList<Double>[])
    ChartSeriesBase.OnDataSourceChanged(DependencyPropertyChangedEventArgs)
    ChartSeriesBase.EmptyPointValue
    ChartSeriesBase.EmptyPointStyle
    ChartSeriesBase.EmptyPointSymbolTemplate
    ChartSeriesBase.ShowEmptyPoints
    ChartSeriesBase.EmptyPointInterior
    ChartSeriesBase.DataCount
    ChartSeriesBase.IsSortData
    ChartSeriesBase.SortDirection
    ChartSeriesBase.SortBy
    ChartSeriesBase.TooltipTemplate
    ChartSeriesBase.ShowTooltip
    ChartSeriesBase.ListenPropertyChange
    ChartSeriesBase.Adornments
    ChartSeriesBase.IsSeriesVisible
    ChartSeriesBase.Palette
    ChartSeriesBase.ItemsSource
    ChartSeriesBase.TrackBallLabelTemplate
    ChartSeriesBase.Interior
    ChartSeriesBase.Label
    ChartSeriesBase.LegendIcon
    ChartSeriesBase.LegendIconTemplate
    ChartSeriesBase.VisibilityOnLegend
    ChartSeriesBase.SeriesSelectionBrush
    ChartSeriesBase.ColorModel
    ChartSeriesBase.XBindingPath
    ChartSeriesBase.SegmentColorPath
    ChartSeriesBase.EnableAnimation
    ChartSeriesBase.AnimationDuration
    ChartSeriesBase.IsSideBySide
    ChartSeriesBase.IsLinear
    ChartSeriesBase.IsAreaTypeSeries
    ChartSeriesBase.IsBitmapSeries
    ChartSeriesBase.IsColorPathSeries
    ChartSeriesBase.IsIndexed
    ChartSeriesBase.ColorValues
    ChartSeriesBase.ActualXValues
    ChartSeriesBase.SelectedSegmentsIndexes
    ChartSeriesBase.SelectedSegments
    ChartSeriesBase.SelectedSegment
    ChartSeriesBase.ActualXAxis
    ChartSeriesBase.ActualYAxis
    ChartSeriesBase.IsStacked
    ChartSeriesBase.PropertyChanged
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public abstract class FinancialSeriesBase : CartesianSeries, ICloneable, ISupportAxes2D, ISupportAxes

    Constructors

    FinancialSeriesBase()

    Constructor

    Declaration
    public FinancialSeriesBase()

    Fields

    BearFillColorProperty

    The DependencyProperty for BearFillColor property.

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

    BullFillColorProperty

    The DependencyProperty for BullFillColor property.

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

    CloseProperty

    The DependencyProperty for Close property.

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

    ComparisonModeProperty

    The DependencyProperty for ComparisonMode property.

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

    HighProperty

    The DependencyProperty for High property.

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

    LowProperty

    The DependencyProperty for Low property.

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

    OpenProperty

    The DependencyProperty for Open property.

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

    Properties

    BearFillColor

    Gets or sets the interior of the segment that represents the bear value. This is a bindable property.

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

    The Windows.UI.Xaml.Media.Brush value.

    BullFillColor

    Gets or sets the interior of the segment that represents the bull value. This is a bindable property.

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

    The Windows.UI.Xaml.Media.Brush value.

    Close

    Gets or sets the property path bind with close value of financial series.

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

    CloseValues

    Gets or sets CloseValues.

    Declaration
    protected IList<double> CloseValues { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Double>

    ComparisonMode

    Gets or sets the property path bind with which price need to consider for fluctuation detection.

    Declaration
    public FinancialPrice ComparisonMode { get; set; }
    Property Value
    Type Description
    FinancialPrice

    High

    Gets or sets the property path bind with high value of financial series.

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

    HighValues

    Gets or sets HighValues.

    Declaration
    protected IList<double> HighValues { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Double>

    Low

    Gets or sets the property path bind with low value of financial series.

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

    LowValues

    Gets or sets LowValues.

    Declaration
    protected IList<double> LowValues { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Double>

    Open

    Gets or sets the property path bind with open value of financial series.

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

    OpenValues

    Gets or sets OpenValues.

    Declaration
    protected IList<double> OpenValues { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Double>

    Segment

    Gets or sets Segments property

    Declaration
    protected ChartSegment Segment { get; set; }
    Property Value
    Type Description
    ChartSegment

    Methods

    CloneSeries(DependencyObject)

    Returns the instance of FinancialSeriesBase series.

    Declaration
    protected override DependencyObject CloneSeries(DependencyObject obj)
    Parameters
    Type Name Description
    Windows.UI.Xaml.DependencyObject obj

    object

    Returns
    Type Description
    Windows.UI.Xaml.DependencyObject
    Overrides
    CartesianSeries.CloneSeries(DependencyObject)

    GeneratePoints()

    Method used to generate points for financial series.

    Declaration
    protected override void GeneratePoints()
    Overrides
    AdornmentSeries.GeneratePoints()

    OnBindingPathChanged(DependencyPropertyChangedEventArgs)

    Called when binding path chnaged.

    Declaration
    protected override void OnBindingPathChanged(DependencyPropertyChangedEventArgs args)
    Parameters
    Type Name Description
    Windows.UI.Xaml.DependencyPropertyChangedEventArgs args

    args

    Overrides
    ChartSeriesBase.OnBindingPathChanged(DependencyPropertyChangedEventArgs)

    OnDataSourceChanged(IEnumerable, IEnumerable)

    Called when ItemsSource property changed.

    Declaration
    protected override void OnDataSourceChanged(IEnumerable oldValue, IEnumerable newValue)
    Parameters
    Type Name Description
    System.Collections.IEnumerable oldValue

    old value

    System.Collections.IEnumerable newValue

    new value

    Overrides
    AdornmentSeries.OnDataSourceChanged(IEnumerable, IEnumerable)

    Implements

    ICloneable
    ISupportAxes2D
    ISupportAxes

    Extension Methods

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