Click or drag to resize
PoPieChart Properties

The PoPieChart type exposes the following members.

Properties
  NameDescription
Public propertyarrowHeight

Height of the arrow.

Public propertyarrowVisibility

Visibility of the arrow.

Public propertyarrowWidth

Width of the arrow.

Public propertyboundingBoxIgnoring

Whether to ignore this node during bounding box traversal.

(Inherited from SoBaseKit.)
Public propertyextAnnotAddString

String concatened with exterior values.

Public propertyextAnnotAddStringVisibility

Specify the visibility of a string concatenated with the exterior values (if they are visible).

Public propertyextAnnotAlignment

Exterior annotation alignment.

Public propertyextAnnotDistance1

Distance from the pie chart center to the end of the arrow.

Public propertyextAnnotDistance2

Distance from the end of the arrow to the middle of the arrow.

Public propertyextAnnotDistance3

Distance from the middle of the arrow to the start of the arrow.

Public propertyextAnnotPercentFontName

Exterior percentage font name.

Public propertyextAnnotPercentFontSize

Font size of exterior percentages.

Public propertyextAnnotPercentVisibility

Exterior percent visibility (percent are computed from sliceValue field)

Public propertyextAnnotPosition

Exterior annotation position.

Public propertyextAnnotTextFontName

Exterior text (texts of sliceText field) font name.

Public propertyextAnnotTextFontSize

Font size of exterior texts (texts of sliceText field).

Public propertyextAnnotTextVisibility

Exterior text visibility (texts of sliceText field).

Public propertyextAnnotValueFontName

Exterior value (values of sliceValue field) font name.

Public propertyextAnnotValueFontSize

Font size of exterior values (values of sliceValue field).

Public propertyextAnnotValueVisibility

Exterior value visibility (values of sliceValue field).

Public propertyintAnnotAddString

String concatened with interior values.

Public propertyintAnnotAddStringVisibility

Specify the visibility of a string concatenated with the interior values (if they are visible).

Public propertyintAnnotAlignment

Interior annotation alignment.

Public propertyintAnnotDistance

Distance from the pie chart center to the interior annotation box center.

Public propertyintAnnotPercentFontName

Interior percentage font name.

Public propertyintAnnotPercentFontSize

Font size of interior percentages.

Public propertyintAnnotPercentVisibility

Interior percent visibility (percent are computed from sliceValue field)

Public propertyintAnnotPosition

Interior annotation position.

Public propertyintAnnotTextFontName

Interior text (texts of sliceText field) font name.

Public propertyintAnnotTextFontSize

Font size of interior texts (texts of sliceText field).

Public propertyintAnnotTextVisibility

Interior text visibility (texts of sliceText field).

Public propertyintAnnotValueFontName

Interior value (values of sliceValue field) font name.

Public propertyintAnnotValueFontSize

Font size of interior values (values of sliceValue field).

Public propertyintAnnotValueVisibility

Interior value visibility (values of sliceValue field).

Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertyradius

Radius of the pie chart.

Public propertysliceAngleStep

Slice are approximated by a polygon, that is a sequence of straight line segments.

Public propertysliceColor

Color associated to each slice of the pie chart.

Public propertysliceGroupActive

Activate or Deactivate the regrouping of small values.

Public propertysliceGroupFlagMin

Indicate if the value sliceGroupMinValue is interpreted as percentage (PERCENTAGE) or not (ABSOLUTE).

Public propertysliceGroupMinValue

Threshold underneath the slice are regrouped.

Public propertysliceGroupString

String for the regrouping slice.

Public propertysliceText

Text associated to each slice of the pie chart.

Public propertysliceToTranslateNumber

Numbers (slice numbers begin at 0) of the slices to translate.

Public propertysliceToTranslateValue

Translation values along the bisectors of the slices.

Public propertysliceValue

Value associated to each slice of the pie chart.

Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Top
See Also