menu

WPF

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

    Show / Hide Table of Contents

    Class ChartSeries3D

    Class implementation for ChartSeries3D

    Inheritance
    System.Object
    ChartSeriesBase
    ChartSeries3D
    CartesianSeries3D
    CircularSeriesBase3D
    Implements
    ICloneable
    Inherited Members
    ChartSeriesBase.ActualXAxis
    ChartSeriesBase.ActualXValues
    ChartSeriesBase.ActualYAxis
    ChartSeriesBase.Adornments
    ChartSeriesBase.AnimationDuration
    ChartSeriesBase.AnimationDurationProperty
    ChartSeriesBase.ChartTransformer
    ChartSeriesBase.ClearUnUsedSegments(Int32)
    ChartSeriesBase.Clone()
    ChartSeriesBase.ColorModel
    ChartSeriesBase.ColorModelProperty
    ChartSeriesBase.ColorValues
    ChartSeriesBase.CreateEmptyPointSegments(IList<Double>, List<List<Double>>, List<List<Double>>)
    ChartSeriesBase.CreateSegments()
    ChartSeriesBase.CreateTransformer(Size, Boolean)
    ChartSeriesBase.DataCount
    ChartSeriesBase.EmptyPointInterior
    ChartSeriesBase.EmptyPointInteriorProperty
    ChartSeriesBase.EmptyPointStyle
    ChartSeriesBase.EmptyPointStyleProperty
    ChartSeriesBase.EmptyPointSymbolTemplate
    ChartSeriesBase.EmptyPointSymbolTemplateProperty
    ChartSeriesBase.EmptyPointValue
    ChartSeriesBase.EmptyPointValueProperty
    ChartSeriesBase.EnableAnimation
    ChartSeriesBase.EnableAnimationProperty
    ChartSeriesBase.FindNearestChartPoint(Point, Double, Double, Double)
    ChartSeriesBase.GeneratePoints()
    ChartSeriesBase.GeneratePoints(String[], IList<Double>[])
    ChartSeriesBase.GetAvailableSize()
    ChartSeriesBase.GetPreviousSeries(ChartSeriesBase)
    ChartSeriesBase.GetSideBySideInfo(ChartSeriesBase)
    ChartSeriesBase.GetSpacing(DependencyObject)
    ChartSeriesBase.GetXValues()
    ChartSeriesBase.InitialDelayTimer
    ChartSeriesBase.Interior
    ChartSeriesBase.InteriorProperty
    ChartSeriesBase.Invalidate()
    ChartSeriesBase.IsAreaTypeSeries
    ChartSeriesBase.IsBitmapSeries
    ChartSeriesBase.IsColorPathSeries
    ChartSeriesBase.IsIndexed
    ChartSeriesBase.IsLinear
    ChartSeriesBase.IsSeriesVisible
    ChartSeriesBase.IsSeriesVisibleProperty
    ChartSeriesBase.IsSideBySide
    ChartSeriesBase.IsSortData
    ChartSeriesBase.IsSortDataProperty
    ChartSeriesBase.IsStacked
    ChartSeriesBase.IsTooltipAvailable(Canvas)
    ChartSeriesBase.ItemsSource
    ChartSeriesBase.ItemsSourceProperty
    ChartSeriesBase.Label
    ChartSeriesBase.LabelProperty
    ChartSeriesBase.LegendIcon
    ChartSeriesBase.LegendIconProperty
    ChartSeriesBase.LegendIconTemplate
    ChartSeriesBase.LegendIconTemplateProperty
    ChartSeriesBase.ListenPropertyChange
    ChartSeriesBase.ListenPropertyChangeProperty
    ChartSeriesBase.OnBindingPathChanged(DependencyPropertyChangedEventArgs)
    ChartSeriesBase.OnDataSourceChanged(DependencyPropertyChangedEventArgs)
    ChartSeriesBase.OnMouseLeave(MouseEventArgs)
    ChartSeriesBase.OnMouseLeftButtonDown(MouseButtonEventArgs)
    ChartSeriesBase.OnMouseLeftButtonUp(MouseButtonEventArgs)
    ChartSeriesBase.OnMouseMove(MouseEventArgs)
    ChartSeriesBase.Palette
    ChartSeriesBase.PaletteProperty
    ChartSeriesBase.Position(Point, ChartTooltip)
    ChartSeriesBase.PropertyChanged
    ChartSeriesBase.ResumeNotification()
    ChartSeriesBase.SegmentColorPath
    ChartSeriesBase.SegmentColorPathProperty
    ChartSeriesBase.Segments
    ChartSeriesBase.SelectedSegmentsIndexes
    ChartSeriesBase.SeriesSelectionBrush
    ChartSeriesBase.SeriesSelectionBrushProperty
    ChartSeriesBase.SetDoubleAnimation(ChartTooltip)
    ChartSeriesBase.SetIndividualDataTablePoint(Int32, Object, Boolean)
    ChartSeriesBase.SetIndividualPoint(Int32, Object, Boolean)
    ChartSeriesBase.SetSpacing(DependencyObject, Double)
    ChartSeriesBase.SetTooltipDuration()
    ChartSeriesBase.ShowEmptyPoints
    ChartSeriesBase.ShowEmptyPointsProperty
    ChartSeriesBase.ShowTooltip
    ChartSeriesBase.ShowTooltipProperty
    ChartSeriesBase.SortBy
    ChartSeriesBase.SortByProperty
    ChartSeriesBase.SortDirection
    ChartSeriesBase.SortDirectionProperty
    ChartSeriesBase.SpacingProperty
    ChartSeriesBase.SuspendNotification()
    ChartSeriesBase.Timer
    ChartSeriesBase.TooltipTemplate
    ChartSeriesBase.TooltipTemplateProperty
    ChartSeriesBase.TrackBallLabelTemplate
    ChartSeriesBase.TrackBallLabelTemplateProperty
    ChartSeriesBase.UpdateArea()
    ChartSeriesBase.UpdateSegments(Int32, NotifyCollectionChangedAction)
    ChartSeriesBase.VisibilityOnLegend
    ChartSeriesBase.VisibilityOnLegendProperty
    ChartSeriesBase.XBindingPath
    ChartSeriesBase.XBindingPathProperty
    ChartSeriesBase.YPaths
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public abstract class ChartSeries3D : ChartSeriesBase, ICloneable

    Constructors

    ChartSeries3D()

    Initializes a new instance of the ChartSeries3D class.

    Declaration
    public ChartSeries3D()

    Fields

    AdornmentsInfoProperty

    The DependencyProperty for AdornmentsInfo property.

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

    SegmentSelectionBrushProperty

    The DependencyProperty for SegmentSelectionBrush property.

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

    SelectedIndexProperty

    The DependencyProperty for SelectedIndex property.

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

    SelectionModeProperty

    The DependencyProperty for SelectionMode property.

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

    Properties

    AdornmentsInfo

    Gets or sets data labels for the series.

    This allows us to customize the appearance of a data point by displaying labels, shapes and connector lines.

    Declaration
    public ChartAdornmentInfo3D AdornmentsInfo { get; set; }
    Property Value
    Type Description
    ChartAdornmentInfo3D

    The ChartAdornmentInfo3D value.

    Examples
        <syncfusion:ColumnSeries3D.AdornmentsInfo>
            <syncfusion:ChartAdornmentInfo3D ShowMarker="True" Symbol="Ellipse">
        </syncfusion:ColumnSeries3D.AdornmentsInfo>
        ChartAdornmentInfo3D chartAdornmentInfo3D = new ChartAdornmentInfo3D();
        chartAdornmentInfo3D.ShowMarker = true;
        chartAdornmentInfo3D.Symbol = ChartSymbol.Ellipse;
        ColumnSeries3D columnSeries3D = new ColumnSeries3D();
        columnSeries3D.AdornmentsInfo = chartAdornmentInfo3D;

    Area

    Gets or sets the chart area SfChart3D.

    Declaration
    public SfChart3D Area { get; }
    Property Value
    Type
    SfChart3D

    SegmentSelectionBrush

    Gets or sets the interior (brush) for the selected segment(s).

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

    The System.Windows.Media.Brush value.

    Examples
        series.SegmentSelectionBrush = new SolidColorBrush(Colors.Red);

    SelectedIndex

    Gets or sets the index of the selected segment.

    Declaration
    public int SelectedIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    Int value represents the index of the data point(or segment) to be selected.

    SelectedSegment

    Gets the selected segment in this series, when we enable the single selection.

    Declaration
    protected override ChartSegment SelectedSegment { get; }
    Property Value
    Type Description
    ChartSegment

    It returns ChartSegment.

    Overrides
    ChartSeriesBase.SelectedSegment

    SelectedSegments

    Gets the selected segments in this series, when we enable the multiple selection.

    Declaration
    protected override List<ChartSegment> SelectedSegments { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<ChartSegment>

    It returns System.Collections.Generic.List<T>.

    Overrides
    ChartSeriesBase.SelectedSegments

    SelectionMode

    Gets or sets the property which defines the way of selection.

    Declaration
    public SelectionMode SelectionMode { get; set; }
    Property Value
    Type Description
    SelectionMode

    SelectionMode.MouseClick will select the segment(s) using mouse or pointer click. SelectionMode.MouseMove will select the segment while hovering.

    Remarks

    Note : With SelectionStyle as Multiple, MouseMove will not support.

    Methods

    AddAdornmentAtXY(Double, Double, Int32, Double)

    Method implementation for Add Adornments at XY

    Declaration
    protected virtual void AddAdornmentAtXY(double x, double y, int pointindex, double startDepth)
    Parameters
    Type Name Description
    System.Double x

    The X Value

    System.Double y

    The Y Value

    System.Int32 pointindex

    The Point Index

    System.Double startDepth

    The Start Depth

    AddAdornments(Double, Double, Int32, Double)

    Adds the adornment to the adornments collection.

    Declaration
    protected virtual void AddAdornments(double xValue, double yValue, int index, double depth)
    Parameters
    Type Name Description
    System.Double xValue

    The X Value

    System.Double yValue

    The Y Value

    System.Int32 index

    The Index

    System.Double depth

    The Depth

    AddColumnAdornments(Double[])

    Method implementation for Add ColumnAdornments in Chart.

    Declaration
    protected virtual void AddColumnAdornments(params double[] values)
    Parameters
    Type Name Description
    System.Double[] values

    The Value

    ClearUnUsedAdornments(Int32)

    Method implementation for Clear Unused Adornments

    Declaration
    protected void ClearUnUsedAdornments(int startIndex)
    Parameters
    Type Name Description
    System.Int32 startIndex

    The start index.

    CloneSeries(DependencyObject)

    Clones the series.

    Declaration
    protected override DependencyObject CloneSeries(DependencyObject obj)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj

    The object.

    Returns
    Type Description
    System.Windows.DependencyObject

    A DependencyObject.

    Overrides
    ChartSeriesBase.CloneSeries(DependencyObject)

    CreateAdornment(ChartSeriesBase, Double, Double, Double, Double, Double)

    Method implementation for Create Adornments

    Declaration
    protected virtual ChartAdornment CreateAdornment(ChartSeriesBase series, double xVal, double yVal, double xPos, double yPos, double startDepth)
    Parameters
    Type Name Description
    ChartSeriesBase series

    The series.

    System.Double xVal

    The x value.

    System.Double yVal

    The y value.

    System.Double xPos

    The x position.

    System.Double yPos

    The y position.

    System.Double startDepth

    The start depth.

    Returns
    Type Description
    ChartAdornment

    Returns the created adornment.

    GetSeriesSelectionBrush(ChartSeriesBase)

    Method used to get selection brush for series selection.

    Declaration
    public virtual Brush GetSeriesSelectionBrush(ChartSeriesBase series)
    Parameters
    Type Name Description
    ChartSeriesBase series

    The Series

    Returns
    Type Description
    System.Windows.Media.Brush

    The series selection brush.

    OnApplyTemplate()

    When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.

    Declaration
    public override void OnApplyTemplate()
    Overrides
    ChartSeriesBase.OnApplyTemplate()

    OnDataSourceChanged(IEnumerable, IEnumerable)

    Called when DataSource property changed

    Declaration
    protected override void OnDataSourceChanged(IEnumerable oldValue, IEnumerable newValue)
    Parameters
    Type Name Description
    System.Collections.IEnumerable oldValue

    The Old Value

    System.Collections.IEnumerable newValue

    The New Value

    Overrides
    ChartSeriesBase.OnDataSourceChanged(IEnumerable, IEnumerable)

    OnSeriesMouseDown(Object, Point)

    Called when [series mouse down].

    Declaration
    protected override void OnSeriesMouseDown(object source, Point position)
    Parameters
    Type Name Description
    System.Object source

    The source.

    System.Windows.Point position

    The position.

    Overrides
    ChartSeriesBase.OnSeriesMouseDown(Object, Point)

    OnSeriesMouseLeave(Object, Point)

    Called when [series mouse leave].

    Declaration
    protected virtual void OnSeriesMouseLeave(object source, Point pos)
    Parameters
    Type Name Description
    System.Object source

    The source.

    System.Windows.Point pos

    The position.

    OnSeriesMouseMove(Object, Point)

    Called when [series mouse move].

    Declaration
    protected virtual void OnSeriesMouseMove(object source, Point pos)
    Parameters
    Type Name Description
    System.Object source

    The source.

    System.Windows.Point pos

    The position.

    OnSeriesMouseUp(Object, Point)

    Called when [series mouse up].

    Declaration
    protected override void OnSeriesMouseUp(object source, Point position)
    Parameters
    Type Name Description
    System.Object source

    The source.

    System.Windows.Point position

    The position.

    Overrides
    ChartSeriesBase.OnSeriesMouseUp(Object, Point)

    SelectedIndexChanged(Int32, Int32)

    Method used to set SegmentSelectionBrush to SelectedIndex ChartSegment3D and trigger chart selection event.

    Declaration
    protected override void SelectedIndexChanged(int newIndex, int oldIndex)
    Parameters
    Type Name Description
    System.Int32 newIndex

    The New Index

    System.Int32 oldIndex

    The Old Index

    Overrides
    ChartSeriesBase.SelectedIndexChanged(Int32, Int32)

    Implements

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