WPF

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

    Show / Hide Table of Contents

    Class ChartRenkoSegment

    Represents chart renko segment.

    Inheritance
    System.Object
    ChartSegment
    ChartRenkoSegment
    Implements
    System.IDisposable
    Inherited Members
    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.Draw3DSegment(IChartTransformer)
    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 sealed class ChartRenkoSegment : ChartSegment, IDisposable
    Remarks

    Single renko segment is created for

    Fields

    GeometryProperty

    Identifies the Geometry dependency property.

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

    IsPriceDownProperty

    Identifies IsPriceDown dependency property.

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

    IsPriceUpProperty

    Identifies IsPriceUp dependency property.

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

    Properties

    Geometry

    Gets or sets the geometry. This is a dependency property.

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

    The geometry.

    Remarks

    Represents the geometry of the segment.

    IsPriceDown

    Gets a value indicating whether this renko segment represents price moving down. This is a dependency property.

    Declaration
    public bool IsPriceDown { get; }
    Property Value
    Type Description
    System.Boolean

    true if this segment is price down; otherwise, false.

    IsPriceUp

    Gets a value indicating whether this renko segment represents price moving up. This is a dependency property.

    Declaration
    public bool IsPriceUp { get; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is price up; otherwise, false.

    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 with respect to chart type.

    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

    See Also

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