menu

WPF

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

    Show / Hide Table of Contents

    Class RangeColumnSegment

    Represents chart range column segment.

    Inheritance
    System.Object
    ChartSegment
    ColumnSegment
    RangeColumnSegment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartSegment.AlignHiLoSegment(Double, Double, Double, Double)
    ChartSegment.Interior
    ChartSegment.InteriorProperty
    ChartSegment.IsEmptySegmentInterior
    ChartSegment.Item
    ChartSegment.OnPropertyChanged(String)
    ChartSegment.PolygonPoints
    ChartSegment.PropertyChanged
    ChartSegment.Series
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint)
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint, Boolean)
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint, ChartPoint, ChartPoint, Boolean)
    ChartSegment.SetData(IList<Double>, IList<Double>)
    ChartSegment.SetData(IList<Double>, IList<Double>, Brush)
    ChartSegment.SetData(IList<Double>, IList<Double>, Brush, Int32)
    ChartSegment.SetData(IList<Double>, IList<Double>, IList<Double>)
    ChartSegment.SetData(IList<Double>, IList<Double>, IList<Double>, IList<Double>)
    ChartSegment.SetData(IList<Double>, IList<Double>, IList<Double>, IList<Double>, IList<Double>)
    ChartSegment.SetData(List<ChartPoint>)
    ChartSegment.SetData(List<Double>, IList<Double>, Double, Double)
    ChartSegment.SetData(List<Point>)
    ChartSegment.SetData(Point, Point, Point, Point)
    ChartSegment.SetData(Point, Point, Point, Point, Boolean)
    ChartSegment.SetData(Point, Point, Point, Point, Point, Point)
    ChartSegment.SetData(Point, Point, Point, Point, Point, Point, Boolean)
    ChartSegment.Stroke
    ChartSegment.StrokeDashArray
    ChartSegment.StrokeDashArrayProperty
    ChartSegment.StrokeProperty
    ChartSegment.StrokeThickness
    ChartSegment.StrokeThicknessProperty
    ChartSegment.XRange
    ChartSegment.YRange
    ColumnSegment.Bottom
    ColumnSegment.control
    ColumnSegment.CreateVisual(Size)
    ColumnSegment.GetRenderedVisual()
    ColumnSegment.Height
    ColumnSegment.Left
    ColumnSegment.OnSizeChanged(Size)
    ColumnSegment.RectSegment
    ColumnSegment.RectX
    ColumnSegment.RectY
    ColumnSegment.Right
    ColumnSegment.SetData(Double[])
    ColumnSegment.SetVisualBindings(Shape)
    ColumnSegment.Top
    ColumnSegment.Width
    ColumnSegment.XData
    ColumnSegment.YData
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class RangeColumnSegment : ColumnSegment, INotifyPropertyChanged
    Remarks

    Class instance is created automatically by WINRT Chart building system.

    Constructors

    RangeColumnSegment()

    Declaration
    public RangeColumnSegment()

    RangeColumnSegment(Double, Double, Double, Double, RangeColumnSeries, Object)

    Called when instance created for RangeColumnSegment

    Declaration
    public RangeColumnSegment(double x1, double y1, double x2, double y2, RangeColumnSeries series, object item)
    Parameters
    Type Name Description
    System.Double x1

    Used to specify segment x1

    System.Double y1

    Used to specify segment y1

    System.Double x2

    Used to specify segment x2

    System.Double y2

    Used to specify segment y2

    RangeColumnSeries series

    Used to specify corresponding series

    System.Object item

    Used to specify corresponding item model

    Properties

    High

    Gets or sets the high(top) value bind with this segment.

    Declaration
    public double High { get; set; }
    Property Value
    Type
    System.Double

    Low

    Gets or sets the low(bottom) value bind with this segment.

    Declaration
    public double Low { get; set; }
    Property Value
    Type
    System.Double

    Methods

    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
    ColumnSegment.Update(IChartTransformer)

    Implements

    System.ComponentModel.INotifyPropertyChanged

    See Also

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