menu

WPF

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

    Show / Hide Table of Contents

    Class ChartAdornment3D

    Represents a ChartAdornment that used to render 3D element in chart.

    Inheritance
    System.Object
    ChartSegment
    ChartAdornment
    ChartAdornment3D
    ChartPieAdornment3D
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartAdornment.ActualContent
    ChartAdornment.Background
    ChartAdornment.BackgroundProperty
    ChartAdornment.BorderBrush
    ChartAdornment.BorderBrushProperty
    ChartAdornment.BorderThickness
    ChartAdornment.BorderThicknessProperty
    ChartAdornment.ConnectorHeight
    ChartAdornment.ConnectorHeightProperty
    ChartAdornment.ConnectorRotationAngle
    ChartAdornment.ConnectorRotationAngleProperty
    ChartAdornment.CreateVisual(Size)
    ChartAdornment.FontFamily
    ChartAdornment.FontFamilyProperty
    ChartAdornment.FontSize
    ChartAdornment.FontSizeProperty
    ChartAdornment.FontStyle
    ChartAdornment.FontStyleProperty
    ChartAdornment.Foreground
    ChartAdornment.ForegroundProperty
    ChartAdornment.GetRenderedVisual()
    ChartAdornment.Margin
    ChartAdornment.MarginProperty
    ChartAdornment.OnSizeChanged(Size)
    ChartAdornment.Series
    ChartAdornment.Update(IChartTransformer)
    ChartAdornment.X
    ChartAdornment.XData
    ChartAdornment.Y
    ChartAdornment.YData
    ChartSegment.AlignHiLoSegment(Double, Double, Double, Double)
    ChartSegment.Interior
    ChartSegment.InteriorProperty
    ChartSegment.IsEmptySegmentInterior
    ChartSegment.Item
    ChartSegment.OnPropertyChanged(String)
    ChartSegment.PolygonPoints
    ChartSegment.PropertyChanged
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint)
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint, Boolean)
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint, ChartPoint, ChartPoint, Boolean)
    ChartSegment.SetData(IList<Double>, IList<Double>)
    ChartSegment.SetData(IList<Double>, IList<Double>, Brush)
    ChartSegment.SetData(IList<Double>, IList<Double>, Brush, Int32)
    ChartSegment.SetData(IList<Double>, IList<Double>, IList<Double>)
    ChartSegment.SetData(IList<Double>, IList<Double>, IList<Double>, IList<Double>)
    ChartSegment.SetData(IList<Double>, IList<Double>, IList<Double>, IList<Double>, IList<Double>)
    ChartSegment.SetData(List<ChartPoint>)
    ChartSegment.SetData(List<Double>, IList<Double>, Double, Double)
    ChartSegment.SetData(List<Point>)
    ChartSegment.SetData(Point, Point, Point, Point)
    ChartSegment.SetData(Point, Point, Point, Point, Boolean)
    ChartSegment.SetData(Point, Point, Point, Point, Point, Point)
    ChartSegment.SetData(Point, Point, Point, Point, Point, Point, Boolean)
    ChartSegment.SetVisualBindings(Shape)
    ChartSegment.Stroke
    ChartSegment.StrokeDashArray
    ChartSegment.StrokeDashArrayProperty
    ChartSegment.StrokeProperty
    ChartSegment.StrokeThickness
    ChartSegment.StrokeThicknessProperty
    ChartSegment.XRange
    ChartSegment.YRange
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class ChartAdornment3D : ChartAdornment, INotifyPropertyChanged

    Constructors

    ChartAdornment3D()

    Declaration
    public ChartAdornment3D()

    ChartAdornment3D(Double, Double, Double, Double, Double, ChartSeriesBase)

    Called when instance created for ChartAdornment

    Declaration
    public ChartAdornment3D(double xVal, double yVal, double x, double y, double startDepth, ChartSeriesBase series)
    Parameters
    Type Name Description
    System.Double xVal
    System.Double yVal
    System.Double x
    System.Double y
    System.Double startDepth
    ChartSeriesBase series

    Methods

    SetData(Double[])

    Sets the values for this segment. This method is not intended to be called explicitly outside the Chart but it can be overriden by any derived class.

    Declaration
    public override void SetData(params double[] Values)
    Parameters
    Type Name Description
    System.Double[] Values
    Overrides
    ChartAdornment.SetData(Double[])

    Implements

    System.ComponentModel.INotifyPropertyChanged

    See Also

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