Class ChartBoxAndWhiskerSegment
Represents Box and Whisker chart type segment.
Implements
Inherited Members
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 |