WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartLineBreakSegment

    Show / Hide Table of Contents

    Class ChartLineBreakSegment

    Represents Line break chart type segment.

    Inheritance
    System.Object
    ChartSegment
    ChartLineBreakSegment
    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 ChartLineBreakSegment : ChartSegment, IDisposable
    Remarks

    Class instance is created automatically by WPF Chart building system.

    Fields

    HeightProperty

    Identifies the Height dependency property.

    Declaration
    public static readonly DependencyProperty HeightProperty
    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

    WidthProperty

    Identifies the Width dependency property.

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

    XProperty

    Identifies the X dependency property.

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

    YProperty

    Identifies the Y dependency property.

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

    Properties

    Height

    Gets or sets the height of the segment. This is a dependency property.

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

    The height.

    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.

    Width

    Gets or sets the width of the segment. This is a dependency property.

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

    The width.

    X

    Gets or sets the X segment co-ordinate. This is a dependency property.

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

    The X value.

    Y

    Gets or sets the Y segment co-ordinate. This is a dependency property.

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

    The Y value.

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved