menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartRangeAreaConfigItem

    Configuration for range area chart.

    Inheritance
    System.Object
    ChartConfigItem
    ChartRangeAreaConfigItem
    Implements
    IChangeNotifyingItem
    Inherited Members
    ChartConfigItem.PropertyChanged
    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)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public class ChartRangeAreaConfigItem : ChartConfigItem, IChangeNotifyingItem

    Constructors

    ChartRangeAreaConfigItem()

    Initializes a new instance of the ChartRangeAreaConfigItem class.

    Declaration
    public ChartRangeAreaConfigItem()

    Properties

    SwapHighLowPoint

    Gets or sets a value indicating whether High and Low point should be swapped when low point value is higher than high point value..

    Declaration
    public bool SwapHighLowPoint { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [disable SwapHighLowPoint]; otherwise, false.

    Implements

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