Click or drag to resize

PieProperties Class

Properties used by pie chart plots.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.OriginPieProperties

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class PieProperties

The PieProperties type exposes the following members.

Constructors
 NameDescription
Public methodPiePropertiesInitializes pie properties with sensible defaults.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldClockwiseRotationWhether the pie sections rotate clockwise.
Public fieldDisplacedSectionCountNumber of displaced sections (max 32).
Public fieldDisplacementDisplacement distance for displaced sections.
Public fieldDistanceDistance of labels from the pie.
Public fieldFormatAutomaticWhether label formatting is automatic.
Public fieldFormatCategoriesWhether to format categories in labels.
Public fieldFormatPercentagesWhether to format percentages in labels.
Public fieldFormatValuesWhether to format numeric values in labels.
Public fieldHorizontalOffsetHorizontal offset applied to the pie center.
Public fieldPositionAssociateWhether labels are positioned associated to sections.
Public fieldRadiusRadius of the pie.
Public fieldRotationRotation of the pie in degrees.
Public fieldThicknessThickness of the pie (for 3D appearance).
Public fieldViewAngleView angle of the pie chart.
Top
See Also