WPF

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

    Show / Hide Table of Contents

    Class ChartHiLoAreaSegment

    Represents HiLo area segment type.

    Inheritance
    System.Object
    ChartSegment
    ChartAreaSegment
    ChartRangeAreaSegment
    ChartHiLoAreaSegment
    Implements
    System.IDisposable
    Inherited Members
    ChartRangeAreaSegment.FillBrushProperty
    ChartRangeAreaSegment.Draw3DSegment(IChartTransformer)
    ChartRangeAreaSegment.Dispose()
    ChartRangeAreaSegment.IsHighLow
    ChartRangeAreaSegment.FillBrush
    ChartAreaSegment.GeometryProperty
    ChartAreaSegment.Geometry
    ChartAreaSegment.AreaPoints
    ChartSegment.CenterOfViewportPropertyKey
    ChartSegment.SeriesPropertyKey
    ChartSegment.zRange
    ChartSegment.ToolTipProperty
    ChartSegment.InteriorProperty
    ChartSegment.StrokeProperty
    ChartSegment.StrokeThicknessProperty
    ChartSegment.DefaultTemplatePropertyKey
    ChartSegment.HighlightedProperty
    ChartSegment.ItemProperty
    ChartSegment.SeriesProperty
    ChartSegment.IsSelectedProperty
    ChartSegment.CenterOfViewportProperty
    ChartSegment.GetCenterOfViewport(DependencyObject)
    ChartSegment.SetXRange(Double[])
    ChartSegment.SetYRange(Double[])
    ChartSegment.SetZRange(Double[])
    ChartSegment.SetPointsForAllSeries(ChartSeries, ChartAxis)
    ChartSegment.OnPropertyChanged(DependencyPropertyChangedEventArgs)
    ChartSegment.DisposeSegment()
    ChartSegment.IsSelected
    ChartSegment.Series
    ChartSegment.Item
    ChartSegment.Geometry3D
    ChartSegment.Geometry3DGroup
    ChartSegment.XDataMeasure
    ChartSegment.YDataMeasure
    ChartSegment.ZDataMeasure
    ChartSegment.CorrespondingPoints
    ChartSegment.ToolTip
    ChartSegment.Interior
    ChartSegment.Stroke
    ChartSegment.StrokeThickness
    ChartSegment.DefaultTemplate
    ChartSegment.Highlighted
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class ChartHiLoAreaSegment : ChartRangeAreaSegment, IDisposable
    Remarks

    Class instance is created automatically by WPF Chart building system.

    Constructors

    ChartHiLoAreaSegment(IChartDataPoint[], ChartIndexedDataPoint[], ChartSeries, Boolean)

    Initializes a new instance of the ChartHiLoAreaSegment class.

    Declaration
    public ChartHiLoAreaSegment(IChartDataPoint[] points, ChartIndexedDataPoint[] correspondingPoints, ChartSeries series, bool isHighLow)
    Parameters
    Type Name Description
    IChartDataPoint[] points

    The ChartData points

    Syncfusion.Windows.Chart.ChartIndexedDataPoint[] correspondingPoints

    The corresponding points.

    ChartSeries series

    The series.

    System.Boolean isHighLow

    The HighLow bool value

    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

    The transformer

    Overrides
    ChartRangeAreaSegment.Update(IChartTransformer)
    See Also
    ChartHiLoAreaSegment

    Implements

    System.IDisposable

    See Also

    ChartHiLoAreaType
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved