Class ChartFastScatterType
Class implementation for ChartFastScatterType
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 class ChartFastScatterType : ChartType, IDisposable
Constructors
ChartFastScatterType()
Declaration
public ChartFastScatterType()
Fields
FastScatterHeightProperty
Indicates the FastScatterHeight Dependency Property
Declaration
public static readonly DependencyProperty FastScatterHeightProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
FastScatterWidthProperty
Indicates the FastScatterWidth Dependency Property
Declaration
public static readonly DependencyProperty FastScatterWidthProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Flags
Gets the flags.
Declaration
protected override ChartType.ChartTypeFlags Flags { get; }
Property Value
Type | Description |
---|---|
ChartType.ChartTypeFlags | The flags. |
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
GetFastScatterHeight(DependencyObject)
Return the double Value from the given DependencyObject
Declaration
public static double GetFastScatterHeight(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj |
Returns
Type |
---|
System.Double |
GetFastScatterWidth(DependencyObject)
Return the double Value from the given DependencyObject
Declaration
public static double GetFastScatterWidth(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj |
Returns
Type |
---|
System.Double |
SetFastScatterHeight(DependencyObject, Double)
Sets the value of the FastScatterHeight dependency property.
Declaration
public static void SetFastScatterHeight(DependencyObject obj, double value)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj | The DependencyObject obj. |
System.Double | value | The value. |
SetFastScatterWidth(DependencyObject, Double)
Sets the value of the FastScatterWidth dependency property.
Declaration
public static void SetFastScatterWidth(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()
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
Implements
System.IDisposable