menu

WPF

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

    Show / Hide Table of Contents

    Class ChartHistogramType

    Represents ChartHistogramType class

    Inheritance
    System.Object
    ChartType
    ChartHistogramType
    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 sealed class ChartHistogramType : ChartType, IDisposable
    Remarks

    Histogram is a bar (column) chart of a frequency distribution in which the widths of the bars are proportional to the classes into which the variable has been divided and the heights of the bars are proportional to the class frequencies. The categories are usually specified as non overlapping intervals of some variable. The categories (bars) must be adjacent.

    Fields

    DrawNormalDistributionProperty

    Using a DependencyProperty as the backing store for DrawNormalDistribution. This enables animation, styling, binding, etc...

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

    IntervalOfHistogramProperty

    Using a DependencyProperty as the backing store for NumberIntervals. This enables animation, styling, binding, etc...

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

    Properties

    Flags

    Gets the flags.

    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)

    GetDrawNormalDistribution(ChartSeries)

    Gets the draw normal distribution attached property value.

    Declaration
    public static bool GetDrawNormalDistribution(ChartSeries series)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    Returns
    Type Description
    System.Boolean

    The Normal Distribution

    GetIntervalOfHistogram(ChartSeries)

    Gets the interval of histogram.

    Declaration
    public static double GetIntervalOfHistogram(ChartSeries series)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    Returns
    Type Description
    System.Double

    The Interval Of Histogram

    SetDrawNormalDistribution(ChartSeries, Boolean)

    Sets the draw normal distribution.

    Declaration
    public static void SetDrawNormalDistribution(ChartSeries series, bool value)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    System.Boolean value

    if set to true [value].

    SetIntervalOfHistogram(ChartSeries, Double)

    Sets the interval of histogram.

    Declaration
    public static void SetIntervalOfHistogram(ChartSeries series, double value)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    System.Double value

    The value.

    ToString()

    Returns a System.String that represents the current System.Object.

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

    A System.String that represents the current System.Object.

    Overrides
    System.Object.ToString()

    Update(ChartSeries)

    Updates chart.

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

    The Chartseries

    Overrides
    ChartType.Update(ChartSeries)
    See Also
    ChartHistogramType

    Implements

    System.IDisposable

    See Also

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