Click or drag to resize

StiPieLabelAnimation Constructor

Initializes a new instance of the StiPieLabelAnimation class

Namespace:  Stimulsoft.Base.Context.Animation
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiPieLabelAnimation(
	Nullable<double> valueFrom,
	Nullable<double> value,
	float angleFrom,
	float angle,
	RectangleF clientRect,
	RectangleF rectLabelFrom,
	RectangleF rectLabel,
	TimeSpan duration,
	Nullable<TimeSpan> beginTime
)

Parameters

valueFrom
Type: SystemNullableDouble

[Missing <param name="valueFrom"/> documentation for "M:Stimulsoft.Base.Context.Animation.StiPieLabelAnimation.#ctor(System.Nullable{System.Double},System.Nullable{System.Double},System.Single,System.Single,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.RectangleF,System.TimeSpan,System.Nullable{System.TimeSpan})"]

value
Type: SystemNullableDouble

[Missing <param name="value"/> documentation for "M:Stimulsoft.Base.Context.Animation.StiPieLabelAnimation.#ctor(System.Nullable{System.Double},System.Nullable{System.Double},System.Single,System.Single,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.RectangleF,System.TimeSpan,System.Nullable{System.TimeSpan})"]

angleFrom
Type: SystemSingle

[Missing <param name="angleFrom"/> documentation for "M:Stimulsoft.Base.Context.Animation.StiPieLabelAnimation.#ctor(System.Nullable{System.Double},System.Nullable{System.Double},System.Single,System.Single,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.RectangleF,System.TimeSpan,System.Nullable{System.TimeSpan})"]

angle
Type: SystemSingle

[Missing <param name="angle"/> documentation for "M:Stimulsoft.Base.Context.Animation.StiPieLabelAnimation.#ctor(System.Nullable{System.Double},System.Nullable{System.Double},System.Single,System.Single,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.RectangleF,System.TimeSpan,System.Nullable{System.TimeSpan})"]

clientRect
Type: System.DrawingRectangleF

[Missing <param name="clientRect"/> documentation for "M:Stimulsoft.Base.Context.Animation.StiPieLabelAnimation.#ctor(System.Nullable{System.Double},System.Nullable{System.Double},System.Single,System.Single,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.RectangleF,System.TimeSpan,System.Nullable{System.TimeSpan})"]

rectLabelFrom
Type: System.DrawingRectangleF

[Missing <param name="rectLabelFrom"/> documentation for "M:Stimulsoft.Base.Context.Animation.StiPieLabelAnimation.#ctor(System.Nullable{System.Double},System.Nullable{System.Double},System.Single,System.Single,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.RectangleF,System.TimeSpan,System.Nullable{System.TimeSpan})"]

rectLabel
Type: System.DrawingRectangleF

[Missing <param name="rectLabel"/> documentation for "M:Stimulsoft.Base.Context.Animation.StiPieLabelAnimation.#ctor(System.Nullable{System.Double},System.Nullable{System.Double},System.Single,System.Single,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.RectangleF,System.TimeSpan,System.Nullable{System.TimeSpan})"]

duration
Type: SystemTimeSpan

[Missing <param name="duration"/> documentation for "M:Stimulsoft.Base.Context.Animation.StiPieLabelAnimation.#ctor(System.Nullable{System.Double},System.Nullable{System.Double},System.Single,System.Single,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.RectangleF,System.TimeSpan,System.Nullable{System.TimeSpan})"]

beginTime
Type: SystemNullableTimeSpan

[Missing <param name="beginTime"/> documentation for "M:Stimulsoft.Base.Context.Animation.StiPieLabelAnimation.#ctor(System.Nullable{System.Double},System.Nullable{System.Double},System.Single,System.Single,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.RectangleF,System.TimeSpan,System.Nullable{System.TimeSpan})"]

See Also