menu

WPF

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

    Show / Hide Table of Contents

    Class ChartRangeColumnType

    Represents ChartRangeColumnType

    Inheritance
    System.Object
    ChartType
    ChartColumnType
    ChartRangeColumnType
    ChartGanttType
    ChartTornadoType
    Implements
    System.IDisposable
    Inherited Members
    ChartColumnType.Flags
    ChartType.AxesType
    ChartType.Calculate(ChartSeries)
    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.SetSpacing(ChartArea, Double)
    ChartType.SpacingProperty
    ChartType.Update(ChartSeries)
    ChartType.UpdateLastSegments(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 ChartRangeColumnType : ChartColumnType, IDisposable

    Constructors

    ChartRangeColumnType()

    Declaration
    public ChartRangeColumnType()

    Properties

    RequiresDataCount

    Gets the require data count.

    Declaration
    public override int RequiresDataCount { get; }
    Property Value
    Type Description
    System.Int32

    The require data count.

    Overrides
    ChartType.RequiresDataCount

    Methods

    CalculateSegments(ChartSeries, ChartIndexedDataPoint[])

    Calculates the segments.

    Declaration
    protected override void CalculateSegments(ChartSeries series, ChartIndexedDataPoint[] points)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    Syncfusion.Windows.Chart.ChartIndexedDataPoint[] points

    The points.

    Overrides
    ChartColumnType.CalculateSegments(ChartSeries, ChartIndexedDataPoint[])

    ToString()

    Converts ChartColumnType to string

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

    The string

    Overrides
    ChartColumnType.ToString()
    See Also
    ChartRangeColumnType

    UpdateSegments(ChartSeries, ChartIndexedDataPoint[])

    Updates the segments.

    Declaration
    protected override void UpdateSegments(ChartSeries series, ChartIndexedDataPoint[] points)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    Syncfusion.Windows.Chart.ChartIndexedDataPoint[] points

    The points.

    Overrides
    ChartColumnType.UpdateSegments(ChartSeries, ChartIndexedDataPoint[])
    See Also
    ChartRangeColumnType

    Implements

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