Class
BezierDataPoint

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class BezierDataPoint : ScatterDataPoint, IDisposable, INotifyPropertyChanged

Inheritance: objectDisposableObjectPropertyBagObjectChartNodeDataPointScatterDataPointBezierDataPoint

Implements: IDisposableINotifyPropertyChanged

Inherited Members ScatterDataPoint.XValueScatterDataPoint.YValueScatterDataPoint.IsInPlotRangeDataPoint.GetBoundValue<T>(int)DataPoint.SetBoundValue(int, object)DataPoint.InitBoundValues()DataPoint.SetDataItem(object)DataPoint.ContainsBoundValue(int)DataPoint.LabelDataPoint.DataItemDataPoint.IsSelectedChartNode.Arrange(RadRect, bool)ChartNode.Invalidate()ChartNode.SetValueCore(int, object)ChartNode.ClearValueCore(int)ChartNode.IsArrangeValidChartNode.NodeStateChartNode.IndexChartNode.CollectionIndexChartNode.IsTreeLoadedChartNode.LayoutSlotChartNode.ParentChartNode.PresenterChartNode.PropertyChangedPropertyBagObject.IsLocalValue(int)PropertyBagObject.GetValue(int)PropertyBagObject.SetValue(int, object)PropertyBagObject.ClearValue(int)PropertyBagObject.GetTypedValue<T>(int, T)PropertyBagObject.DisposeManagedResources()PropertyBagObject.PropertyStoreDisposableObject.Dispose()DisposableObject.DisposeUnmanagedResources()DisposableObject.IsDisposingDisposableObject.IsDisposedDisposableObject.EventsDisposableObject.DisposingDisposableObject.Disposed

Constructors

BezierDataPoint()

Initializes a new instance of the BezierDataPoint class.

Declaration

cs-api-definition
public BezierDataPoint()

BezierDataPoint(double, double, double, double, double, double)

Initializes a new instance of the BezierDataPoint class.

Declaration

cs-api-definition
public BezierDataPoint(double x, double y, double controlPoint1X, double controlPoint1Y, double controlPoint2X, double controlPoint2Y)

Parameters

x

double

The x.

y

double

The y.

controlPoint1X

double

The control point1 X.

controlPoint1Y

double

The control point1 Y.

controlPoint2X

double

The control point2 X.

controlPoint2Y

double

The control point2 Y.

Properties

ControlPoint1LayoutSlot

Gets or sets the control point1 layout slot.

Declaration

cs-api-definition
public RadRect ControlPoint1LayoutSlot { get; }

Property Value

RadRect

The control point1 layout slot.

ControlPoint1XValue

Gets or sets the value that is provided for the X-axis of the first control point.

Declaration

cs-api-definition
[TypeConverter(typeof(StringToDoubleConverter))]
public double ControlPoint1XValue { get; set; }

Property Value

double

ControlPoint1YValue

Gets or sets the value that is provided for the Y-axis of the first control point.

Declaration

cs-api-definition
[TypeConverter(typeof(StringToDoubleConverter))]
public double ControlPoint1YValue { get; set; }

Property Value

double

ControlPoint2LayoutSlot

Gets or sets the control point2 layout slot.

Declaration

cs-api-definition
public RadRect ControlPoint2LayoutSlot { get; }

Property Value

RadRect

The control point2 layout slot.

ControlPoint2XValue

Gets or sets the value that is provided for the X-axis of the second control point.

Declaration

cs-api-definition
[TypeConverter(typeof(StringToDoubleConverter))]
public double ControlPoint2XValue { get; set; }

Property Value

double

ControlPoint2YValue

Gets or sets the value that is provided for the Y-axis of the second control point.

Declaration

cs-api-definition
[TypeConverter(typeof(StringToDoubleConverter))]
public double ControlPoint2YValue { get; set; }

Property Value

double