Click or drag to resize

GUIGraphPieModel Properties

The GUIGraphPieModel type exposes the following members.

Properties
  Name Description
Public property Attached
Defines an attached property.
(Inherited from BaseModel.)
Public property BackgroundOffset
Defines the offset of the background relative to the foreground pie.
Public property Colors
Defines the Colors of the data shown in the Pie.
Remarks

It receives value either via Binding or string list format e.g. Yellow;Green;Red

Public property Comments
(Development) Includes comments in the XML code.
(Inherited from BaseModel.)
Public property Code example DataContext
Contains a source of all bindings defined for element.
(Inherited from BaseModel.)
Public property DataSource
Defines the Data shown as slices in the the Pie
Remarks

It receives value either via Binding or string list format e.g. 10;20;40

Public property ExternalXmlPath (Inherited from BaseModel.)
Public property Id
Defines a unique identifier for an element in the simulation.
(Inherited from BaseModel.)
Public property IncludeOthers
Defines whether in the Pie we add other data outside from MaxSlice into one additional slice.
Remarks
This only matter if MaxSlice is set to be larger than 0.
Public property IncludeOthersColor
Defines color for Others slice.
Public property IncludeOthersLabel
Defines label for Others slice.
Public property IsIdAutogenerated (Inherited from BaseModel.)
Public property IsLegendVisible
Defines whether the Legend is shown or not.
Public property Labels
Defines the Labels of the data shown in the legend of the Pie
Remarks

It receives value either via Binding or string list format e.g. Label1;Label2;Label3

Public property LegendPosition
Defines whether the Legend is positioned at the Right or Bottom from the Pie.
Remarks
Only has 2 values : Right or Bottom
Public property MaxSlice
Defines maximum slice to be shown in the Pie.
Remarks
If not set or set to 0, all values from DataSource will be shown in the pie.
Public property TemplateVersionId
Contains a id of source template.
(Inherited from BaseModel.)
Public property XmlComments
(Development) Used as temporary storage for XML comments (like ) to keep them.
(Inherited from BaseModel.)
Top
See Also