menu

WPF

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

    Show / Hide Table of Contents

    Class ChartFastLineSegment

    Class represents FastLine chart type series' segment.

    Inheritance
    System.Object
    ChartSegment
    ChartFastLineSegment
    Implements
    System.IDisposable
    Inherited Members
    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.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 sealed class ChartFastLineSegment : ChartSegment, IDisposable
    Remarks

    Class instance is created automatically by WPF Chart building system.

    Fields

    PointsProperty

    Identifies the Points dependency property.

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

    Properties

    Points

    Gets or sets the points collection.

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

    The points.

    Methods

    CheckForNewRange(Int32)

    Declaration
    public bool CheckForNewRange(int count)
    Parameters
    Type Name Description
    System.Int32 count
    Returns
    Type
    System.Boolean

    Dispose()

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

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

    GetSegmet(IChartDataPoint, ChartSeries)

    Declaration
    public void GetSegmet(IChartDataPoint point, ChartSeries series)
    Parameters
    Type Name Description
    IChartDataPoint point
    ChartSeries series

    SetPointsForAllSeries(ChartSeries, ChartAxis)

    Declaration
    protected override void SetPointsForAllSeries(ChartSeries series, ChartAxis axis)
    Parameters
    Type Name Description
    ChartSeries series
    ChartAxis axis
    Overrides
    ChartSegment.SetPointsForAllSeries(ChartSeries, ChartAxis)

    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

    The transformer

    Overrides
    ChartSegment.Update(IChartTransformer)
    See Also
    ChartFastLineSegment

    UpdateSegment(List<IChartDataPoint>, ChartSeries)

    Declaration
    public void UpdateSegment(List<IChartDataPoint> points, ChartSeries series)
    Parameters
    Type Name Description
    System.Collections.Generic.List<IChartDataPoint> points
    ChartSeries series
    See Also
    ChartFastHiLoOpenCloseSegment

    Implements

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