menu

WPF

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

    Show / Hide Table of Contents

    Class ChartBoxAndWhiskerType

    Initializes ChartBoxAndWhiskerType

    Inheritance
    System.Object
    ChartType
    ChartBoxAndWhiskerType
    Implements
    System.IDisposable
    Inherited Members
    ChartType.AxesType
    ChartType.CalculateSegments(ChartSeries, ChartIndexedDataPoint[])
    ChartType.CheckFlags(ChartType.ChartTypeFlags)
    ChartType.CreateAdornment(ChartSeries, ChartIndexedDataPoint, Int32)
    ChartType.Dispose()
    ChartType.GetSpacing(ChartArea)
    ChartType.IsCompatible(ChartType)
    ChartType.IsIndependent
    ChartType.IsIndexed
    ChartType.IsRotated
    ChartType.IsSideBySide
    ChartType.IsStacked
    ChartType.RequiresAxis
    ChartType.RequiresDataCount
    ChartType.SetSpacing(ChartArea, Double)
    ChartType.SpacingProperty
    ChartType.UpdateLastSegments(ChartSeries, ChartIndexedDataPoint[])
    ChartType.UpdateSegments(ChartSeries, ChartIndexedDataPoint[])
    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
    ChartType.Flags

    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
    ChartType.Calculate(ChartSeries)

    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 true [value].

    See Also
    ChartBoxAndWhiskerType

    ToString()

    ChartBoxAndWhiskerType ToString method

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    The string

    Overrides
    System.Object.ToString()
    See Also
    ChartBoxAndWhiskerType

    Update(ChartSeries)

    Updates the segments.

    Declaration
    public override void Update(ChartSeries series)
    Parameters
    Type Name Description
    ChartSeries series

    The ChartSeries

    Overrides
    ChartType.Update(ChartSeries)
    See Also
    ChartBoxAndWhiskerType

    Implements

    System.IDisposable

    See Also

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