menu

WPF

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

    Show / Hide Table of Contents

    Class ChartFastHiLoOpenCloseSegment

    Class implementation for ChartFastHiLoOpenCloseSegment

    Inheritance
    System.Object
    ChartSegment
    ChartFastHiLoOpenCloseSegment
    Implements
    System.IDisposable
    Inherited Members
    ChartSegment.CenterOfViewportProperty
    ChartSegment.CenterOfViewportPropertyKey
    ChartSegment.CorrespondingPoints
    ChartSegment.DefaultTemplate
    ChartSegment.DefaultTemplatePropertyKey
    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 class ChartFastHiLoOpenCloseSegment : ChartSegment, IDisposable

    Fields

    PointsProperty

    Identifies the points dependency property.

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

    Properties

    AffectRender

    Get or Set AffectRenderProperty

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

    Points

    Get or Set PointsProperty

    Declaration
    public HiLoOpenCloseChartDrawingValuesCollection Points { get; set; }
    Property Value
    Type
    HiLoOpenCloseChartDrawingValuesCollection

    Methods

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public override void Dispose()
    Overrides
    ChartSegment.Dispose()

    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
    ChartSegment.Update(IChartTransformer)

    Implements

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