menu

WinForms

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

    Show / Hide Table of Contents

    Class BoxAndWhiskerSegment

    Inheritance
    System.Object
    ChartSegment
    BoxAndWhiskerSegment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartSegment.AlignHiLoSegment(Double, Double, Double, Double)
    ChartSegment.Interior
    ChartSegment.InteriorProperty
    ChartSegment.IsEmptySegmentInterior
    ChartSegment.Item
    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
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class BoxAndWhiskerSegment : ChartSegment, INotifyPropertyChanged

    Constructors

    BoxAndWhiskerSegment()

    Declaration
    public BoxAndWhiskerSegment()

    BoxAndWhiskerSegment(ChartSeriesBase)

    Declaration
    public BoxAndWhiskerSegment(ChartSeriesBase series)
    Parameters
    Type Name Description
    ChartSeriesBase series

    Properties

    ActualStroke

    Gets the actual stroke for box and whisker segment.

    Declaration
    public Brush ActualStroke { get; }
    Property Value
    Type
    System.Windows.Media.Brush

    LowerQuartile

    Gets or sets lower quartile value for segment.

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

    Maximum

    Gets or sets maximum value for segment.

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

    Median

    Gets or sets median value for segment.

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

    Minimum

    Gets or sets minimum value for segment.

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

    UppperQuartile

    Gets or sets upper quartile value for segment.

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

    Methods

    CreateVisual(Size)

    Creates the visaul for box and whisker segment.

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

    GetRenderedVisual()

    Gets the rendered visaul for box and whisker segment.

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

    OnPropertyChanged(String)

    Declaration
    protected override void OnPropertyChanged(string name)
    Parameters
    Type Name Description
    System.String name
    Overrides
    ChartSegment.OnPropertyChanged(String)

    OnSizeChanged(Size)

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

    SetData(Double[])

    Sets the value for box and whisker 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(params double[] Values)
    Parameters
    Type Name Description
    System.Double[] Values
    Overrides
    ChartSegment.SetData(Double[])

    SetVisualBindings(Shape)

    Method implementation for Set Bindings to properties in ColumnSegement.

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

    Update(IChartTransformer)

    Updates the box and whisker segment 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
    ChartSegment.Update(IChartTransformer)

    Implements

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