Version

PieSliceDataContext Class Members

The following tables list the members exposed by PieSliceDataContext.

Public Constructors
 NameDescription
Public ConstructorPieSliceDataContext ConstructorInitializes a new PieSliceDataContext.  
Public Properties
 NameDescription
Public PropertyActualItemBrushGets the actual resolved brush in use for the item that is in context. (Inherited from Infragistics.Controls.DataContext)
Public PropertyIsOthersSliceGets or sets whether this slice is an Others slice or not.  
Public PropertyItemGets the item that is in context. (Inherited from Infragistics.Controls.DataContext)
Public PropertyItemBrushGets the potential brush in usage for the item in context. (Inherited from Infragistics.Controls.DataContext)
Public PropertyItemLabelGets the label in use for the item in context, if available. (Inherited from Infragistics.Controls.DataContext)
Public PropertyLegendLabelGets the legend label to use for the item in context, if available. (Inherited from Infragistics.Controls.DataContext)
Public PropertyOpacityGets or sets the opacity of the item (Inherited from Infragistics.Controls.DataContext)
Public PropertyOutlineGets the outline in use for the item in context. (Inherited from Infragistics.Controls.DataContext)
Public PropertyPercentValueGets or sets the value of this slice as a percentage of the total pie.  
Public PropertySeriesThe series associated with the data context. (Inherited from Infragistics.Controls.DataContext)
Public PropertyThicknessGets the thickness of the item in context. (Inherited from Infragistics.Controls.DataContext)
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedUsed to raise the PropertyChanged event when a property of the object has been changed. (Inherited from Infragistics.Controls.DataContext)
Public Events
 NameDescription
Public EventPropertyChangedInvoked when a property of the object has been changed. (Inherited from Infragistics.Controls.DataContext)
See Also