alexa
menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class HiLoOpenCloseSegment

    Represents a chart segment that displays high, low, open, and close values used in HiLoOpenCloseSeries.

    Inheritance
    System.Object
    ChartSegment
    HiLoOpenCloseSegment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartSegment.AlignHiLoBounds(Double, Double, Double, Double)
    ChartSegment.Fill
    ChartSegment.FillProperty
    ChartSegment.Item
    ChartSegment.PolygonPoints
    ChartSegment.PropertyChanged
    ChartSegment.Series
    ChartSegment.Stroke
    ChartSegment.StrokeDashArray
    ChartSegment.StrokeDashArrayProperty
    ChartSegment.StrokeProperty
    ChartSegment.StrokeWidth
    ChartSegment.StrokeWidthProperty
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.Chart.WinUI.dll
    Syntax
    public class HiLoOpenCloseSegment : ChartSegment, INotifyPropertyChanged

    Constructors

    HiLoOpenCloseSegment()

    Declaration
    public HiLoOpenCloseSegment()

    Properties

    ActualFill

    Gets the actual color used to render the segment.

    Declaration
    public Brush ActualFill { get; }
    Property Value
    Type
    Microsoft.UI.Xaml.Media.Brush

    Close

    Gets or sets the close value of the segment.

    Declaration
    public double Close { get; set; }
    Property Value
    Type
    System.Double

    High

    Gets or sets the high value of the segment.

    Declaration
    public double High { get; set; }
    Property Value
    Type
    System.Double

    Low

    Gets or sets the low value of the segment.

    Declaration
    public double Low { get; set; }
    Property Value
    Type
    System.Double

    Open

    Gets or sets the open value of the segment.

    Declaration
    public double Open { get; set; }
    Property Value
    Type
    System.Double

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved