WPF

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

    Show / Hide Table of Contents

    Class ChartPointAndFigureSegment

    Represents Point and Figure chart type segment.

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

    Class instance is created automatically by WPF Chart building system.

    Fields

    GeometryProperty

    Identifies the Geometry dependency property.

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

    HeightProperty

    Identifies the Height dependency property.

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

    ShapeProperty

    Identifies the Shape dependency property.

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

    Geometry

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

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

    The Geometry.

    Height

    Gets or sets the height of segment.

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

    The height.

    Shape

    Gets or sets the shape.

    Declaration
    public ChartPointAndFigure Shape { get; set; }
    Property Value
    Type Description
    ChartPointAndFigure

    The shape.

    Width

    Gets or sets the width of segment.

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

    The width.

    X

    Gets or sets the X co-ordinate of segment.

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

    The X value.

    Y

    Gets or sets the Y co-ordinate of segment.

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

    The Y value.

    Methods

    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

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