WPF

Upgrade Guide User Guide Demos Support Forums Download
  • 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.BackgroundProperty
    ChartAdornment.BorderBrushProperty
    ChartAdornment.BorderThicknessProperty
    ChartAdornment.MarginProperty
    ChartAdornment.FontFamilyProperty
    ChartAdornment.FontStyleProperty
    ChartAdornment.FontSizeProperty
    ChartAdornment.ForegroundProperty
    ChartAdornment.ConnectorRotationAngleProperty
    ChartAdornment.ConnectorHeightProperty
    ChartAdornment.CreateVisual(Size)
    ChartAdornment.GetRenderedVisual()
    ChartAdornment.Update(IChartTransformer)
    ChartAdornment.OnSizeChanged(Size)
    ChartAdornment.Series
    ChartAdornment.Background
    ChartAdornment.BorderThickness
    ChartAdornment.BorderBrush
    ChartAdornment.Margin
    ChartAdornment.FontFamily
    ChartAdornment.FontStyle
    ChartAdornment.FontSize
    ChartAdornment.Foreground
    ChartAdornment.ConnectorRotationAngle
    ChartAdornment.ConnectorHeight
    ChartAdornment.ActualContent
    ChartAdornment.XData
    ChartAdornment.YData
    ChartAdornment.X
    ChartAdornment.Y
    ChartSegment.InteriorProperty
    ChartSegment.StrokeThicknessProperty
    ChartSegment.StrokeDashArrayProperty
    ChartSegment.StrokeProperty
    ChartSegment.SetData(IList<Double>, IList<Double>)
    ChartSegment.SetData(List<Double>, IList<Double>, Double, Double)
    ChartSegment.SetData(IList<Double>, IList<Double>, Brush)
    ChartSegment.SetData(IList<Double>, IList<Double>, Brush, Int32)
    ChartSegment.SetData(List<Point>)
    ChartSegment.SetData(List<ChartPoint>)
    ChartSegment.SetData(Point, Point, Point, Point)
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint)
    ChartSegment.SetData(IList<Double>, IList<Double>, IList<Double>)
    ChartSegment.SetData(IList<Double>, IList<Double>, IList<Double>, IList<Double>, IList<Double>)
    ChartSegment.SetData(IList<Double>, IList<Double>, IList<Double>, IList<Double>)
    ChartSegment.SetData(Point, Point, Point, Point, Point, Point)
    ChartSegment.SetData(Point, Point, Point, Point, Boolean)
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint, Boolean)
    ChartSegment.SetData(Point, Point, Point, Point, Point, Point, Boolean)
    ChartSegment.SetData(ChartPoint, ChartPoint, ChartPoint, ChartPoint, ChartPoint, ChartPoint, Boolean)
    ChartSegment.AlignHiLoSegment(Double, Double, Double, Double)
    ChartSegment.OnPropertyChanged(String)
    ChartSegment.SetVisualBindings(Shape)
    ChartSegment.XRange
    ChartSegment.YRange
    ChartSegment.Item
    ChartSegment.Interior
    ChartSegment.StrokeThickness
    ChartSegment.StrokeDashArray
    ChartSegment.Stroke
    ChartSegment.PolygonPoints
    ChartSegment.IsEmptySegmentInterior
    ChartSegment.PropertyChanged
    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 - 2022 Syncfusion Inc. All Rights Reserved