WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HiLoOpenCloseDrawingValues - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HiLoOpenCloseDrawingValues

    Class implementation for HiLoOpenCloseDrawingValues

    Inheritance
    System.Object
    HiLoOpenCloseDrawingValues
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class HiLoOpenCloseDrawingValues : DependencyObject

    Constructors

    HiLoOpenCloseDrawingValues()

    Declaration
    public HiLoOpenCloseDrawingValues()

    Fields

    EndClosePointProperty

    Identifies the EndClosepoint dependency property.

    Declaration
    public static readonly DependencyProperty EndClosePointProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    EndOpenPointProperty

    Identifies the EndOpenPoint dependency property.

    Declaration
    public static readonly DependencyProperty EndOpenPointProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    HighPointProperty

    Identifies the HighPoint dependency property.

    Declaration
    public static readonly DependencyProperty HighPointProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    LowPointProperty

    Identifies the LowPoint dependency property.

    Declaration
    public static readonly DependencyProperty LowPointProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    StartClosePointProperty

    Identifies the StartClosePoint dependency property.

    Declaration
    public static readonly DependencyProperty StartClosePointProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    StartOpenPointProperty

    Identifies the StartOpenPoint dependency property.

    Declaration
    public static readonly DependencyProperty StartOpenPointProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    EndClosePoint

    Get or Set EndClosePointProperty

    Declaration
    public Point EndClosePoint { get; set; }
    Property Value
    Type Description
    System.Windows.Point

    EndOpenPoint

    Gets or Sets the EndOpenPointProperty

    Declaration
    public Point EndOpenPoint { get; set; }
    Property Value
    Type Description
    System.Windows.Point

    HighPoint

    Gets or Sets the HighPointProperty

    Declaration
    public Point HighPoint { get; set; }
    Property Value
    Type Description
    System.Windows.Point

    LowPoint

    Gets or Sets the LowPointProperty

    Declaration
    public Point LowPoint { get; set; }
    Property Value
    Type Description
    System.Windows.Point

    StartClosePoint

    Gets or Sets the StartClosePointProperty

    Declaration
    public Point StartClosePoint { get; set; }
    Property Value
    Type Description
    System.Windows.Point

    StartOpenPoint

    Get or Sets the StartOpenPointProperty

    Declaration
    public Point StartOpenPoint { get; set; }
    Property Value
    Type Description
    System.Windows.Point
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved