alexa
menu

WinUI

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

    Show / Hide Table of Contents

    Class CandleSegment

    Represents a candlestick segment in a CandleSeries, displaying open, high, low, and close values for a data point.

    Inheritance
    System.Object
    ChartSegment
    CandleSegment
    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 CandleSegment : ChartSegment, INotifyPropertyChanged

    Constructors

    CandleSegment()

    Declaration
    public CandleSegment()

    Properties

    ActualFill

    Gets the actual color used to paint the interior of the segment.

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

    ActualStroke

    Gets the stroke brush used to render the candlestick segment.

    Declaration
    public Brush ActualStroke { 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