Visual attributes used when rendering pie charts.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.VisualsPieChartVisualAttributes
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(17, 0)] public sealed class PieChartVisualAttributes : DocumentNode
The PieChartVisualAttributes type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| LabelCategory | Gets or sets a value indicating if the label contains the category.
| |
| LabelFont | Obsolete.
Gets or sets the font used for the labels.
| |
| LabelFontMetadata |
Gets or sets the font used for the labels.
| |
| LabelPercentage | Gets or sets a value indicating if the label contains the percentage.
| |
| LabelPercentageDecimalDigits | Gets or sets the number of decimal digits for percentages.
| |
| LabelPercentageLimit | Gets or sets a value indicating the limit for label percentage.
Labels with a percentage above this value will be rendered.
| |
| LabelPosition | Gets or sets a value indicating label position.
| |
| LabelValue | Gets or sets a value indicating if the label contains the value.
| |
| LabelVisibility | Gets or sets a value indicating label visibility.
| |
| MaxNumberOfLabels | Gets or sets a value indicating max number of drawn labels.
| |
| SortSectorsBySize | Gets or sets a value indicating if sectors are drawn sorted by size.
| |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Methods
| Name | Description | |
|---|---|---|
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
Version Information
See Also