UWP

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

    Show / Hide Table of Contents

    Class TechnicalIndicatorSegment

    Represents the chart technical indicator segment.

    Inheritance
    System.Object
    ChartSegment
    FastLineSegment
    TechnicalIndicatorSegment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    FastLineSegment.xValues
    FastLineSegment.yValues
    FastLineSegment.SetData(IList<Double>, IList<Double>)
    FastLineSegment.OnSizeChanged(Size)
    FastLineSegment.GetRenderedVisual()
    FastLineSegment.SetVisualBindings(Shape)
    FastLineSegment.RenderingMode
    FastLineSegment.Points
    FastLineSegment.xChartVals
    FastLineSegment.yChartVals
    ChartSegment.InteriorProperty
    ChartSegment.StrokeThicknessProperty
    ChartSegment.StrokeDashArrayProperty
    ChartSegment.StrokeProperty
    ChartSegment.SetData(List<Double>, IList<Double>, Double, Double)
    ChartSegment.SetData(Double[])
    ChartSegment.SetData(List<Point>)
    ChartSegment.SetData(List<ChartPoint>)
    ChartSegment.SetData(Point, Point, Point, Point)
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint)
    ChartSegment.SetData(IList<Double>, IList<Double>, IList<Double>)
    ChartSegment.SetData(IList<Double>, IList<Double>, IList<Double>, IList<Double>, IList<Double>)
    ChartSegment.SetData(IList<Double>, IList<Double>, IList<Double>, IList<Double>)
    ChartSegment.SetData(Point, Point, Point, Point, Point, Point)
    ChartSegment.SetData(Point, Point, Point, Point, Boolean)
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint, Boolean)
    ChartSegment.SetData(Point, Point, Point, Point, Point, Point, Boolean)
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint, ChartPoint, ChartPoint, Boolean)
    ChartSegment.AlignHiLoSegment(Double, Double, Double, Double)
    ChartSegment.OnPropertyChanged(String)
    ChartSegment.XRange
    ChartSegment.YRange
    ChartSegment.Item
    ChartSegment.Interior
    ChartSegment.StrokeThickness
    ChartSegment.StrokeDashArray
    ChartSegment.Stroke
    ChartSegment.Series
    ChartSegment.PolygonPoints
    ChartSegment.IsEmptySegmentInterior
    ChartSegment.PropertyChanged
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class TechnicalIndicatorSegment : FastLineSegment, INotifyPropertyChanged
    Remarks

    Class instance is created automatically by Chart building system.

    Constructors

    TechnicalIndicatorSegment()

    Called when instance created for TechnicalIndicatorSegment.

    Declaration
    public TechnicalIndicatorSegment()

    TechnicalIndicatorSegment(List<Double>, List<Double>, Brush, ChartSeriesBase)

    Called when instance created for TechnicalIndicatorSegment.

    Declaration
    public TechnicalIndicatorSegment(List<double> xVals, List<double> yVals, Brush stroke, ChartSeriesBase series)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.Double> xVals

    Used to specify the x values

    System.Collections.Generic.List<System.Double> yVals

    Used to specify the y values

    Windows.UI.Xaml.Media.Brush stroke

    Used to specify the stroke

    ChartSeriesBase series

    Used to specify the series

    TechnicalIndicatorSegment(List<Double>, List<Double>, Brush, ChartSeriesBase, Int32)

    Called when instance created for TechnicalIndicatorSegment.

    Declaration
    public TechnicalIndicatorSegment(List<double> xVals, List<double> yVals, Brush stroke, ChartSeriesBase series, int length)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.Double> xVals

    Used to specify the x values

    System.Collections.Generic.List<System.Double> yVals

    Used to specify the y values

    Windows.UI.Xaml.Media.Brush stroke

    Used to specify the stroke

    ChartSeriesBase series

    Used to specify the series

    System.Int32 length

    Used to specify the length

    Methods

    CreateVisual(Size)

    Used for creating UIElement for rendering this segment. This method is not intended to be called explicitly outside the Chart but it can be overriden by any derived class.

    Declaration
    public override UIElement CreateVisual(Size size)
    Parameters
    Type Name Description
    Windows.Foundation.Size size

    Size of the panel

    Returns
    Type Description
    Windows.UI.Xaml.UIElement

    retuns UIElement

    Overrides
    FastLineSegment.CreateVisual(Size)

    SetData(IList<Double>, IList<Double>, Brush)

    Sets the values for this segment. This method is not intended to be called explicitly outside the Chart but it can be overriden by any derived class.

    Declaration
    public override void SetData(IList<double> xVals, IList<double> yVals, Brush strokeBrush)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Double> xVals

    Used to specify segment x-values.

    System.Collections.Generic.IList<System.Double> yVals

    Used to specify segment y-values.

    Windows.UI.Xaml.Media.Brush strokeBrush

    Used to specify brush for segment stroke.

    Overrides
    ChartSegment.SetData(IList<Double>, IList<Double>, Brush)

    SetData(IList<Double>, IList<Double>, Brush, Int32)

    Sets the values for this segment. This method is not intended to be called explicitly outside the Chart but it can be overriden by any derived class.

    Declaration
    public override void SetData(IList<double> xVals, IList<double> yVals, Brush strokeBrush, int length)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Double> xVals

    Used to specify the x values.

    System.Collections.Generic.IList<System.Double> yVals

    Used to specify the y values.

    Windows.UI.Xaml.Media.Brush strokeBrush

    Used to specify the stroke.

    System.Int32 length

    Used to specify the length.

    Overrides
    ChartSegment.SetData(IList<Double>, IList<Double>, Brush, Int32)

    Update(IChartTransformer)

    Updates the segments based on its data point value. This method is not intended to be called explicitly outside the Chart but it can be overriden by any derived class.

    Declaration
    public override void Update(IChartTransformer transformer)
    Parameters
    Type Name Description
    Syncfusion.UI.Xaml.Charts.IChartTransformer transformer

    Reresents the view port of chart control.(refer Syncfusion.UI.Xaml.Charts.IChartTransformer)

    Overrides
    FastLineSegment.Update(IChartTransformer)

    Implements

    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    DateTimeExtension.ToDateTime(Object)

    See Also

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