Class ChartSegment3D
An abstract base class for 3D type of chart segments.
Inheritance
System.Object
ChartSegment3D
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public abstract class ChartSegment3D : ChartSegment, INotifyPropertyChanged
Constructors
ChartSegment3D()
Declaration
protected ChartSegment3D()
Fields
endDepth
Declaration
protected double endDepth
Field Value
Type |
---|
System.Double |
startDepth
Declaration
protected double startDepth
Field Value
Type |
---|
System.Double |
Properties
ZRange
Gets or sets the z-value range for the segment.
Declaration
public DoubleRange ZRange { get; set; }
Property Value
Type |
---|
DoubleRange |
Implements
System.ComponentModel.INotifyPropertyChanged