menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SplineRangeAreaSegment - API Reference

    Show / Hide Table of Contents

    Class SplineRangeAreaSegment

    Inheritance
    System.Object
    ChartSegment
    RangeAreaSegment
    SplineRangeAreaSegment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    RangeAreaSegment.OnPropertyChanged(String)
    RangeAreaSegment.ActualInterior
    RangeAreaSegment.HighValueInterior
    RangeAreaSegment.LowValueInterior
    RangeAreaSegment.High
    RangeAreaSegment.Low
    ChartSegment.InteriorProperty
    ChartSegment.StrokeThicknessProperty
    ChartSegment.StrokeDashArrayProperty
    ChartSegment.StrokeProperty
    ChartSegment.SetData(IList<Double>, IList<Double>)
    ChartSegment.SetData(List<Double>, IList<Double>, Double, Double)
    ChartSegment.SetData(IList<Double>, IList<Double>, Brush)
    ChartSegment.SetData(IList<Double>, IList<Double>, Brush, Int32)
    ChartSegment.SetData(Double[])
    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.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.WPF.dll
    Syntax
    public class SplineRangeAreaSegment : RangeAreaSegment, INotifyPropertyChanged

    Constructors

    SplineRangeAreaSegment()

    Declaration
    public SplineRangeAreaSegment()

    SplineRangeAreaSegment(List<ChartPoint>, SplineRangeAreaSeries)

    Called when instance created for SplineRangeAreaSegments.

    Declaration
    public SplineRangeAreaSegment(List<ChartPoint> AreaPoints, SplineRangeAreaSeries series)
    Parameters
    Type Name Description
    System.Collections.Generic.List<ChartPoint> AreaPoints
    SplineRangeAreaSeries series

    SplineRangeAreaSegment(List<Point>, SplineRangeAreaSeries)

    Called when instance created for SplineRangeAreaSegments

    Declaration
    [Obsolete("Use SplineRangeAreaSegment(List<ChartPoint> AreaPoints, SplineRangeAreaSeries series)")]
    public SplineRangeAreaSegment(List<Point> AreaPoints, SplineRangeAreaSeries series)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.Windows.Point> AreaPoints
    SplineRangeAreaSeries series

    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 overridden by any derived class.

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

    Size of the panel

    Returns
    Type Description
    System.Windows.UIElement

    returns UIElement

    Overrides
    RangeAreaSegment.CreateVisual(Size)

    GetRenderedVisual()

    Gets the UIElement used for rendering this segment.

    Declaration
    public override UIElement GetRenderedVisual()
    Returns
    Type Description
    System.Windows.UIElement

    returns UIElement

    Overrides
    RangeAreaSegment.GetRenderedVisual()

    OnSizeChanged(Size)

    Called whenever the segment's size changed. This method is not intended to be called explicitly outside the Chart but it can be overridden by any derived class.

    Declaration
    public override void OnSizeChanged(Size size)
    Parameters
    Type Name Description
    System.Windows.Size size
    Overrides
    RangeAreaSegment.OnSizeChanged(Size)

    SetData(List<ChartPoint>)

    Declaration
    public override void SetData(List<ChartPoint> AreaPoints)
    Parameters
    Type Name Description
    System.Collections.Generic.List<ChartPoint> AreaPoints
    Overrides
    RangeAreaSegment.SetData(List<ChartPoint>)

    SetData(List<Point>)

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

    Declaration
    [Obsolete("Use SetData(List<ChartPoint> AreaPoints)")]
    public override void SetData(List<Point> AreaPoints)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.Windows.Point> AreaPoints
    Overrides
    RangeAreaSegment.SetData(List<Point>)

    SetVisualBindings(Shape)

    Method Implementation for set Binding to ChartSegments properties.

    Declaration
    protected override void SetVisualBindings(Shape element)
    Parameters
    Type Name Description
    System.Windows.Shapes.Shape element
    Overrides
    RangeAreaSegment.SetVisualBindings(Shape)

    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 overridden by any derived class.

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

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

    Overrides
    RangeAreaSegment.Update(IChartTransformer)

    Implements

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