WPF

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

    Show / Hide Table of Contents

    Class ChartPyramidSegment

    Represents Pyramid chart type segment.

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

    Class instance is created automatically by WPF Chart building system.

    Constructors

    ChartPyramidSegment(Double, Double, ChartIndexedDataPoint, ChartSeries)

    Initializes a new instance of the ChartPyramidSegment class.

    Declaration
    public ChartPyramidSegment(double y, double height, ChartIndexedDataPoint correspondingPoint, ChartSeries series)
    Parameters
    Type Name Description
    System.Double y

    The y value.

    System.Double height

    The height.

    Syncfusion.Windows.Chart.ChartIndexedDataPoint correspondingPoint

    The corresponding point.

    ChartSeries series

    The series.

    Fields

    ExplodedOffsetProperty

    Identifies the ExplodedOffset dependency property.

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

    GeometryProperty

    Identifies the Geometry dependency property.

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

    IsExplodedProperty

    Identifies the IsExploded dependency property.

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

    Properties

    ExplodedOffset

    Gets or sets the exploded offset. This is a dependency property.

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

    The exploded offset.

    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.

    IsExploded

    Gets or sets a value indicating whether this instance is exploded. This is a dependency property.

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

    true if this instance is exploded; otherwise, false.

    Methods

    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)

    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
    ChartPyramidSegment

    Implements

    System.IDisposable

    See Also

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