WPF

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

    Show / Hide Table of Contents

    Class ChartCandleSegment

    Represents price segment that is a part of candle chart type.

    Inheritance
    System.Object
    ChartSegment
    ChartColumnSegment
    ChartCandleSegment
    Implements
    System.IDisposable
    Inherited Members
    ChartColumnSegment.LayerBrushProperty
    ChartColumnSegment.XProperty
    ChartColumnSegment.YProperty
    ChartColumnSegment.WidthProperty
    ChartColumnSegment.HeightProperty
    ChartColumnSegment.X
    ChartColumnSegment.Y
    ChartColumnSegment.Width
    ChartColumnSegment.Height
    ChartColumnSegment.LayerBrush
    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 ChartCandleSegment : ChartColumnSegment, IDisposable
    Remarks

    Class instance is created automatically by WPF Chart building system.

    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 Description
    System.Windows.DependencyProperty

    HiXProperty

    Identifies the HiX dependency property.

    Declaration
    public static readonly DependencyProperty HiXProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    HiYProperty

    Identifies the HiY dependency property.

    Declaration
    public static readonly DependencyProperty HiYProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    LoXProperty

    Identifies the LoX dependency property.

    Declaration
    public static readonly DependencyProperty LoXProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    LoYProperty

    Identifies the LoY dependency property.

    Declaration
    public static readonly DependencyProperty LoYProperty
    Field Value
    Type Description
    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.

    HiX

    Gets or sets the Hi X value

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

    The hi X value.

    HiY

    Gets or sets the hi Y value.

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

    The hi Y value.

    IsBullValue

    Get and Set IsBullValue

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

    LoX

    Gets or sets the low X.

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

    The lo X value.

    LoY

    Gets or sets the low Y.

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

    The lo Y value.

    Methods

    Dispose()

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

    Declaration
    public override void Dispose()
    Overrides
    ChartColumnSegment.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
    ChartColumnSegment.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

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

    Overrides
    ChartColumnSegment.Update(IChartTransformer)
    See Also
    ChartCandleSegment

    Implements

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