Class ChartBoxAndWhiskerType
Initializes ChartBoxAndWhiskerType
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class ChartBoxAndWhiskerType : ChartType, IDisposable
Constructors
ChartBoxAndWhiskerType()
Declaration
public ChartBoxAndWhiskerType()
Fields
DefaultOutlierVisibleProperty
DefaultOutlierVisible dependency property
Declaration
public static readonly DependencyProperty DefaultOutlierVisibleProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Flags
Gets chart type flags. This is a dependency property.
Declaration
protected override ChartType.ChartTypeFlags Flags { get; }
Property Value
Type | Description |
---|---|
ChartType.ChartTypeFlags | The flags. |
Overrides
Methods
Calculate(ChartSeries)
Calculates the segments of specified series.
Declaration
public override void Calculate(ChartSeries series)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries | series | The series. |
Overrides
GetDefaultOutlierVisible(DependencyObject)
Gets the default outlier visible.
Declaration
public static bool GetDefaultOutlierVisible(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj | The DependencyObject obj. |
Returns
Type | Description |
---|---|
System.Boolean | Returns bool value OutlierVisibility |
OnVisibleChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when DefaultOutlierVisible property changed.
Declaration
public static void OnVisibleChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj | |
System.Windows.DependencyPropertyChangedEventArgs | args |
SetDefaultOutlierVisible(DependencyObject, Boolean)
Sets the default outlier visible.
Declaration
public static void SetDefaultOutlierVisible(DependencyObject obj, bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj | The DependencyObject obj. |
System.Boolean | value | if set to |
See Also
ToString()
ChartBoxAndWhiskerType ToString method
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | The string |
Overrides
System.Object.ToString()
See Also
Update(ChartSeries)
Updates the segments.
Declaration
public override void Update(ChartSeries series)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries | series | The ChartSeries |
Overrides
See Also
Implements
System.IDisposable