menu

WPF

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

    Show / Hide Table of Contents

    Class ChartBoxAndWhiskerSegment

    Represents Box and Whisker chart type segment.

    Inheritance
    System.Object
    ChartSegment
    ChartBoxAndWhiskerSegment
    Implements
    System.IDisposable
    Inherited Members
    ChartSegment.CenterOfViewportProperty
    ChartSegment.CenterOfViewportPropertyKey
    ChartSegment.CorrespondingPoints
    ChartSegment.DefaultTemplate
    ChartSegment.DefaultTemplatePropertyKey
    ChartSegment.Dispose()
    ChartSegment.DisposeSegment()
    ChartSegment.Draw3DSegment(IChartTransformer)
    ChartSegment.Geometry3D
    ChartSegment.Geometry3DGroup
    ChartSegment.GetCenterOfViewport(DependencyObject)
    ChartSegment.Highlighted
    ChartSegment.HighlightedProperty
    ChartSegment.Interior
    ChartSegment.InteriorProperty
    ChartSegment.IsSelected
    ChartSegment.IsSelectedProperty
    ChartSegment.Item
    ChartSegment.ItemProperty
    ChartSegment.OnPropertyChanged(DependencyPropertyChangedEventArgs)
    ChartSegment.Series
    ChartSegment.SeriesProperty
    ChartSegment.SeriesPropertyKey
    ChartSegment.SetPointsForAllSeries(ChartSeries, ChartAxis)
    ChartSegment.SetXRange(Double[])
    ChartSegment.SetYRange(Double[])
    ChartSegment.SetZRange(Double[])
    ChartSegment.Stroke
    ChartSegment.StrokeProperty
    ChartSegment.StrokeThickness
    ChartSegment.StrokeThicknessProperty
    ChartSegment.ToolTip
    ChartSegment.ToolTipProperty
    ChartSegment.XDataMeasure
    ChartSegment.YDataMeasure
    ChartSegment.ZDataMeasure
    ChartSegment.zRange
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public sealed class ChartBoxAndWhiskerSegment : ChartSegment, IDisposable
    Remarks

    Class instance is created automatically by WPF Chart building system.

    Fields

    BottomWhiskerX1Property

    Identifies the BottomWhiskerX1 dependency property.

    Declaration
    public static readonly DependencyProperty BottomWhiskerX1Property
    Field Value
    Type
    System.Windows.DependencyProperty

    BottomWhiskerX2Property

    Identifies the BottomWhiskerX2 dependency property.

    Declaration
    public static readonly DependencyProperty BottomWhiskerX2Property
    Field Value
    Type
    System.Windows.DependencyProperty

    BottomWhiskerY1Property

    Identifies the BottomWhiskerY1 dependency property.

    Declaration
    public static readonly DependencyProperty BottomWhiskerY1Property
    Field Value
    Type
    System.Windows.DependencyProperty

    BottomWhiskerY2Property

    Identifies the BottomWhiskery1 dependency property.

    Declaration
    public static readonly DependencyProperty BottomWhiskerY2Property
    Field Value
    Type
    System.Windows.DependencyProperty

    CenterLineWhiskerX1Property

    Identifies the MedianWhiskerX dependency property.

    Declaration
    public static readonly DependencyProperty CenterLineWhiskerX1Property
    Field Value
    Type
    System.Windows.DependencyProperty

    CenterLineWhiskerX2Property

    Identifies the MedianWhiskerX2 dependency property.

    Declaration
    public static readonly DependencyProperty CenterLineWhiskerX2Property
    Field Value
    Type
    System.Windows.DependencyProperty

    CenterLineWhiskerY1Property

    Identifies the MedianWhiskerY1 dependency property.

    Declaration
    public static readonly DependencyProperty CenterLineWhiskerY1Property
    Field Value
    Type
    System.Windows.DependencyProperty

    CenterLineWhiskerY2Property

    Identifies the MedianWhiskerY2 dependency property.

    Declaration
    public static readonly DependencyProperty CenterLineWhiskerY2Property
    Field Value
    Type
    System.Windows.DependencyProperty

    HeightProperty

    Identifies the Height dependency property.

    Declaration
    public static readonly DependencyProperty HeightProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    MedianWhiskerX1Property

    Identifies the MedianWhiskerX1 dependency property.

    Declaration
    public static readonly DependencyProperty MedianWhiskerX1Property
    Field Value
    Type
    System.Windows.DependencyProperty

    MedianWhiskerX2Property

    Identifies the MedianWhiskerX2 dependency property.

    Declaration
    public static readonly DependencyProperty MedianWhiskerX2Property
    Field Value
    Type
    System.Windows.DependencyProperty

    MedianWhiskerY1Property

    Identifies the MedianWhiskerY1 dependency property.

    Declaration
    public static readonly DependencyProperty MedianWhiskerY1Property
    Field Value
    Type
    System.Windows.DependencyProperty

    MedianWhiskerY2Property

    Identifies the MedianWhiskerY2 dependency property.

    Declaration
    public static readonly DependencyProperty MedianWhiskerY2Property
    Field Value
    Type
    System.Windows.DependencyProperty

    TopWhiskerX1Property

    Identifies the TopWhiskerX1 dependency property.

    Declaration
    public static readonly DependencyProperty TopWhiskerX1Property
    Field Value
    Type
    System.Windows.DependencyProperty

    TopWhiskerX2Property

    Identifies the TopWhiskerX2 dependency property.

    Declaration
    public static readonly DependencyProperty TopWhiskerX2Property
    Field Value
    Type
    System.Windows.DependencyProperty

    TopWhiskerY1Property

    Identifies the TopWhiskerY1 dependency property.

    Declaration
    public static readonly DependencyProperty TopWhiskerY1Property
    Field Value
    Type
    System.Windows.DependencyProperty

    TopWhiskerY2Property

    Identifies the TopWhiskerY2 dependency property.

    Declaration
    public static readonly DependencyProperty TopWhiskerY2Property
    Field Value
    Type
    System.Windows.DependencyProperty

    WidthProperty

    Identifies the Width dependency property.

    Declaration
    public static readonly DependencyProperty WidthProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    XProperty

    Identifies the X dependency property.

    Declaration
    public static readonly DependencyProperty XProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    YProperty

    Identifies the Y dependency property.

    Declaration
    public static readonly DependencyProperty YProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    BottomWhiskerX1

    Gets or sets the bottom whisker x1 co-ordinate. This is a dependency property.

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

    The bottom whisker x1.

    BottomWhiskerX2

    Gets or sets the bottom whisker x2 co-ordinate. This is a dependency property.

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

    The bottom whisker x2.

    BottomWhiskerY1

    Gets or sets the bottom whisker y1 co-ordinate. This is a dependency property.

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

    The bottom whisker y1.

    BottomWhiskerY2

    Gets or sets the bottom whisker y2 co-ordinate. This is a dependency property.

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

    The bottom whisker y2.

    CenterLineWhiskerX1

    Gets or sets the median whisker x1 co-ordinate. This is a dependency property.

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

    The median whisker x1.

    CenterLineWhiskerX2

    Gets or sets the median whisker x2 co-ordinate. This is a dependency property.

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

    The median whisker x2.

    CenterLineWhiskerY1

    Gets or sets the median whisker y1 co-ordinate. This is a dependency property.

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

    The median whisker y1.

    CenterLineWhiskerY2

    Gets or sets the median whisker y2 co-ordinate. This is a dependency property.

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

    The median whisker y2.

    Height

    Gets or sets the height. This is a dependency property.

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

    The height.

    MedianWhiskerX1

    Gets or sets the MedianWhiskerX1. This is a dependency property.

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

    The MedianWhiskerX1.

    MedianWhiskerX2

    Gets or sets the MedianWhiskerX2. This is a dependency property.

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

    The MedianWhiskerX2.

    MedianWhiskerY1

    Gets or sets the MedianWhiskerY1. This is a dependency property.

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

    The MedianWhiskerY1.

    MedianWhiskerY2

    Gets or sets the MedianWhiskerY2. This is a dependency property.

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

    The MedianWhiskerY2.

    TopWhiskerX1

    Gets or sets the top whisker x1. This is a dependency property.

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

    The top whisker x1 co-ordinate.

    TopWhiskerX2

    Gets or sets the top whisker x2 co-ordinate. This is a dependency property.

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

    The top whisker x2.

    TopWhiskerY1

    Gets or sets the top whisker y1 co-ordinate. This is a dependency property.

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

    The top whisker y1.

    TopWhiskerY2

    Gets or sets the top whisker y2 co-ordinate. This is a dependency property.

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

    The top whisker y2.

    Width

    Gets or sets the width. This is a dependency property.

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

    The double value width.

    X

    Gets or sets the X co-ordinate. This is a dependency property.

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

    The X co-ordinate.

    Y

    Gets or sets the Y co-ordinate. This is a dependency property.

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

    The Y co-ordinate.

    Methods

    Update(IChartTransformer)

    Updates the real coordinates of segment with respect to chart type.

    Declaration
    public override void Update(IChartTransformer transformer)
    Parameters
    Type Name Description
    Syncfusion.Windows.Chart.IChartTransformer transformer

    The transformer

    Overrides
    ChartSegment.Update(IChartTransformer)
    See Also
    ChartBoxAndWhiskerSegment

    Implements

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