[]
        
(Showing Draft Content)

C1.WPF.C1Chart.PieInfo

PieInfo Struct

Represents parameters of pie slice.

Namespace: C1.WPF.C1Chart
Assembly: C1.WPF.C1Chart.4.6.2.dll
Syntax
public struct PieInfo

Constructors

Name Description
PieInfo(Point, double, double, double, double, double, double, double)

Creates a new PieInfo structure with the specified parameters.

Fields

Name Description
Angle

Gets or sets the start angle of the pie.

Center

Gets or sets the center of the pie.

Height

Gets or sets the height of the pie.

InnerRadius

Gets or sets the inner radius of the pie.

Offset

Gets or sets the radial offset of pie slice from the center.

RadiusX

Gets or sets the x-radius of the pie.

RadiusY

Gets or sets the y-radius of the pie.

Sweep

Gets or sets the sweep of the pie.

Methods

Name Description
Equals(PieInfo)
Equals(object)
GetHashCode()

Operators

Name Description
operator ==(PieInfo, PieInfo)
operator !=(PieInfo, PieInfo)