menu

WPF

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

    Show / Hide Table of Contents

    Class ChartHiLoOpenCloseSegment

    Represents HiLo Open-Close chart type segment.

    Inheritance
    System.Object
    ChartSegment
    ChartHiLoSegment
    ChartHiLoOpenCloseSegment
    Implements
    System.IDisposable
    Inherited Members
    ChartHiLoSegment.HighX
    ChartHiLoSegment.HighXProperty
    ChartHiLoSegment.HighY
    ChartHiLoSegment.HighYProperty
    ChartHiLoSegment.LowX
    ChartHiLoSegment.LowXProperty
    ChartHiLoSegment.LowY
    ChartHiLoSegment.LowYProperty
    ChartSegment.CenterOfViewportProperty
    ChartSegment.CenterOfViewportPropertyKey
    ChartSegment.CorrespondingPoints
    ChartSegment.DefaultTemplate
    ChartSegment.DefaultTemplatePropertyKey
    ChartSegment.Dispose()
    ChartSegment.DisposeSegment()
    ChartSegment.Draw3DSegment(IChartTransformer)
    ChartSegment.Geometry3D
    ChartSegment.Geometry3DGroup
    ChartSegment.GetCenterOfViewport(DependencyObject)
    ChartSegment.Highlighted
    ChartSegment.HighlightedProperty
    ChartSegment.Interior
    ChartSegment.InteriorProperty
    ChartSegment.IsSelected
    ChartSegment.IsSelectedProperty
    ChartSegment.Item
    ChartSegment.ItemProperty
    ChartSegment.OnPropertyChanged(DependencyPropertyChangedEventArgs)
    ChartSegment.Series
    ChartSegment.SeriesProperty
    ChartSegment.SeriesPropertyKey
    ChartSegment.SetPointsForAllSeries(ChartSeries, ChartAxis)
    ChartSegment.SetXRange(Double[])
    ChartSegment.SetYRange(Double[])
    ChartSegment.SetZRange(Double[])
    ChartSegment.Stroke
    ChartSegment.StrokeProperty
    ChartSegment.StrokeThickness
    ChartSegment.StrokeThicknessProperty
    ChartSegment.ToolTip
    ChartSegment.ToolTipProperty
    ChartSegment.XDataMeasure
    ChartSegment.YDataMeasure
    ChartSegment.ZDataMeasure
    ChartSegment.zRange
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public sealed class ChartHiLoOpenCloseSegment : ChartHiLoSegment, IDisposable
    Remarks

    Class instance is created automatically by WPF Chart building system.

    Fields

    EndCloseXProperty

    Identifies the EndCloseX dependency property.

    Declaration
    public static readonly DependencyProperty EndCloseXProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    EndCloseYProperty

    Identifies the EndCloseY dependency property.

    Declaration
    public static readonly DependencyProperty EndCloseYProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    EndOpenXProperty

    Identifies the EndOpenX dependency property.

    Declaration
    public static readonly DependencyProperty EndOpenXProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    EndOpenYProperty

    Identifies the EndOpenY dependency property.

    Declaration
    public static readonly DependencyProperty EndOpenYProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    StartCloseXProperty

    Identifies the StartCloseX dependency property.

    Declaration
    public static readonly DependencyProperty StartCloseXProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    StartCloseYProperty

    Identifies the StartCloseY dependency property.

    Declaration
    public static readonly DependencyProperty StartCloseYProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    StartOpenXProperty

    Identifies the StartOpenX dependency property.

    Declaration
    public static readonly DependencyProperty StartOpenXProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    StartOpenYProperty

    Identifies the StartOpenY dependency property.

    Declaration
    public static readonly DependencyProperty StartOpenYProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    EndCloseX

    Gets or sets the end close X. This is a dependency property.

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

    The end close X.

    EndCloseY

    Gets or sets the end close Y. This is a dependency property.

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

    The end close Y.

    EndOpenX

    Gets or sets the end open X. This is a dependency property.

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

    The end open X.

    EndOpenY

    Gets or sets the end open Y. This is a dependency property.

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

    The end open Y.

    StartCloseX

    Gets or sets the start close X. This is a dependency property.

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

    The start close X.

    StartCloseY

    Gets or sets the start close Y. This is a dependency property.

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

    The start close Y.

    StartOpenX

    Gets or sets the start open X. This is a dependency property.

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

    The start open X.

    StartOpenY

    Gets or sets the start open Y. This is a dependency property.

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

    The start open Y.

    Methods

    Update(IChartTransformer)

    Updates the real coordinates of segment.

    Declaration
    public override void Update(IChartTransformer transformer)
    Parameters
    Type Name Description
    Syncfusion.Windows.Chart.IChartTransformer transformer

    Instance of class that implements Syncfusion.Windows.Chart.IChartTransformer interface.

    Overrides
    ChartHiLoSegment.Update(IChartTransformer)
    See Also
    ChartHiLoOpenCloseSegment

    Implements

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