Class ScatterSeries3D
Class implementation for the ScatterSeries3D.
Inheritance
System.Object
ScatterSeries3D
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class ScatterSeries3D : XyzDataSeries3D, ICloneable, ISupportAxes3D, ISupportAxes
Constructors
ScatterSeries3D()
Initializes a new instance of the ScatterSeries3D class.
Declaration
public ScatterSeries3D()
Fields
ScatterHeightProperty
The DependencyProperty for ScatterHeight property.
Declaration
public static readonly DependencyProperty ScatterHeightProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ScatterWidthProperty
The DependencyProperty for ScatterWidth property.
Declaration
public static readonly DependencyProperty ScatterWidthProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
ScatterHeight
Gets or sets the height of the scatter points.
Declaration
public double ScatterHeight { get; set; }
Property Value
Type |
---|
System.Double |
ScatterWidth
Gets or sets the width of the scatter points.
Declaration
public double ScatterWidth { get; set; }
Property Value
Type |
---|
System.Double |
Segment
Gets or sets the ScatterSegment3D property.
Declaration
public ScatterSegment3D Segment { get; set; }
Property Value
Type |
---|
ScatterSegment3D |
Methods
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 | Returns the cloned series. |
Overrides
CreateSegments()
Creates the segments of ScatterSeries3D.
Declaration
public override void CreateSegments()