Class ScatterChartDrawingValues
Class implementation for ScatterChartDrawingValues
Inheritance
System.Object
ScatterChartDrawingValues
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class ScatterChartDrawingValues : DependencyObject
Constructors
ScatterChartDrawingValues()
Declaration
public ScatterChartDrawingValues()
Fields
CenterPointProperty
Identifies the CenterPoint dependency property.
Declaration
public static readonly DependencyProperty CenterPointProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
radiusXProperty
Identifies the Width dependency property.
Declaration
public static readonly DependencyProperty radiusXProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
radiusYProperty
Identifies the Height dependency property.
Declaration
public static readonly DependencyProperty radiusYProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
CenterPoint
Gets or Sets CenterPointProperty
Declaration
public Point CenterPoint { get; set; }
Property Value
Type |
---|
System.Windows.Point |
radiusX
Gets or sets the width of segment. This is a dependency property.
Declaration
public double radiusX { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The width value. |
radiusY
Gets or sets the height of segment. This is a dependency property.
Declaration
public double radiusY { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The height value. |