WPF

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

    Show / Hide Table of Contents

    Class ChartKagiSegment

    Represents Kagi chart segment.

    Inheritance
    System.Object
    ChartSegment
    ChartKagiSegment
    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.Dispose()
    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 ChartKagiSegment : ChartSegment, IDisposable
    Remarks

    Class instance is created automatically by WPF Chart building system.

    Fields

    FillBrushProperty

    Identifies the FillBrush dependency property.

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

    IsPriceDownProperty

    Identifies the IsPriceDown dependency property.

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

    IsPriceUpProperty

    Identifies the IsPriceUp dependency property.

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

    PointsProperty

    Identifies the Points dependency property.

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

    Properties

    FillBrush

    Get and Set FillBrush

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

    IsPriceDown

    Gets or sets a value indicating whether this segment is price down. This is a dependency property.

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

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

    IsPriceUp

    Gets or sets a value indicating whether this segment is price up. This is a dependency property.

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

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

    Points

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

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

    The points.

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

    Implements

    System.IDisposable

    See Also

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