menu

WPF

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

    Show / Hide Table of Contents

    Class ChartRangeAreaSegment

    Inheritance
    System.Object
    ChartSegment
    ChartAreaSegment
    ChartRangeAreaSegment
    ChartHiLoAreaSegment
    Implements
    System.IDisposable
    Inherited Members
    ChartAreaSegment.AreaPoints
    ChartAreaSegment.Geometry
    ChartAreaSegment.GeometryProperty
    ChartSegment.CenterOfViewportProperty
    ChartSegment.CenterOfViewportPropertyKey
    ChartSegment.CorrespondingPoints
    ChartSegment.DefaultTemplate
    ChartSegment.DefaultTemplatePropertyKey
    ChartSegment.DisposeSegment()
    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 ChartRangeAreaSegment : ChartAreaSegment, IDisposable

    Fields

    FillBrushProperty

    Identifies the FillBrush dependency property. Using a DependencyProperty as the backing store for FillBrush. This enables animation, styling, binding, etc...

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

    Properties

    FillBrush

    Gets or sets the fill brush.

    Declaration
    public Brush FillBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    The fill brush.

    IsHighLow

    Gets or sets a value indicating whether this instance is high low.

    Declaration
    protected bool IsHighLow { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is high low; otherwise, false.

    Methods

    Dispose()

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

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

    Draw3DSegment(IChartTransformer)

    Draws the 3D segment.

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

    The transformer

    Overrides
    ChartAreaSegment.Draw3DSegment(IChartTransformer)

    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
    ChartAreaSegment.Update(IChartTransformer)
    See Also
    ChartRangeAreaSegment

    Implements

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