Class ChartScatterType
Represents ChartScatterType
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public sealed class ChartScatterType : ChartType, IDisposable
Constructors
ChartScatterType()
Declaration
public ChartScatterType()
Fields
ScatterHeightProperty
Indicates the FastScatterHeight Dependency Property
Declaration
public static readonly DependencyProperty ScatterHeightProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ScatterWidthProperty
Indicates the FastScatterWidth Dependency Property
Declaration
public static readonly DependencyProperty ScatterWidthProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Flags
Gets chart type flags. This is a dependency property.
Declaration
protected override ChartType.ChartTypeFlags Flags { get; }
Property Value
Type |
---|
ChartType.ChartTypeFlags |
Overrides
Methods
CalculateSegments(ChartSeries, ChartIndexedDataPoint[])
Calculates the segments.
Declaration
protected override void CalculateSegments(ChartSeries series, ChartIndexedDataPoint[] points)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries | series | The series. |
Syncfusion.Windows.Chart.ChartIndexedDataPoint[] | points | The points. |
Overrides
GetScatterHeight(DependencyObject)
Return the double Value from the given DependencyObject
Declaration
public static double GetScatterHeight(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj |
Returns
Type |
---|
System.Double |
GetScatterWidth(DependencyObject)
Return double value from the given DependencyObject
Declaration
public static double GetScatterWidth(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj |
Returns
Type |
---|
System.Double |
SetScatterHeight(DependencyObject, Double)
Sets the value of the FastScatterHeight dependency property.
Declaration
public static void SetScatterHeight(DependencyObject obj, double value)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj | The DependencyObject obj. |
System.Double | value | The value. |
SetScatterWidth(DependencyObject, Double)
Sets the value of the FastScatterWidth dependency property.
Declaration
public static void SetScatterWidth(DependencyObject obj, double value)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj | The DependencyObject obj. |
System.Double | value | The value. |
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A System.String that represents the current System.Object. |
Overrides
System.Object.ToString()
See Also
UpdateSegments(ChartSeries, ChartIndexedDataPoint[])
Calculates the segments.
Declaration
protected override void UpdateSegments(ChartSeries series, ChartIndexedDataPoint[] points)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries | series | The series. |
Syncfusion.Windows.Chart.ChartIndexedDataPoint[] | points | The points. |
Overrides
See Also
Implements
System.IDisposable