Version

PieLabelAppearance Class Members

The following tables list the members exposed by PieLabelAppearance.

Public Constructors
 NameDescription
Public ConstructorPieLabelAppearance ConstructorCreates a default PieLabelAppearance object with default properties.  
Protected Fields
 NameDescription
Protected FieldappearancePropertyThe name of a public property on an Appearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Protected FieldparentAppearanceAn instance of a parent Appearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public Properties
 NameDescription
Public PropertyBorderColorGets/sets the color of the border around the Pie Chart text Labels.  
Public PropertyBorderDrawStyleGets/sets the style of the border drawn around individual Pie Chart labels.  
Public PropertyBorderThicknessThe thickness in pixels of the border around the Pie Chart text labels.  
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyFillColorGets/sets the fill color of the Pie Chart labels' text box.  
Public PropertyFontGets/sets the font to use when rendering Pie Chart labels.  
Public PropertyFontColorGets/set the font color to use for the Pie Chart text labels.  
Public PropertyFormatGets/Sets the Format of the Pie Chart Labels.  
Public PropertyFormatStringGets/sets the format string for the Pie Chart text labels.  
Public PropertyLeaderDrawStyleGets/set the style with which the leader lines are drawn.  
Public PropertyLeaderEndStyleGets/set the line drawing style with which leader lines are terminated.  
Public PropertyLeaderLineColorGets or Sets the color of the leader line.  
Public PropertyLeaderLinesVisibleGets/sets whether the leader lines should be displayed.  
Public PropertyLeaderLineThicknessGets/sets the thickness of the leader lines in pixels.  
Public PropertyVisibleVisibility of pie chart labels.  
Protected Properties
 NameDescription
Protected PropertydirtyA dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Protected PropertynoUpdateSet the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public Methods
 NameDescription
Public MethodGetParentAppearanceGets a reference to the parent appearance object held by this AppearanceHelper. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public MethodInitializeConstructor of a ready-to-use AppearanceHelper. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public MethodResetVisibleResets the Visible property to its default value.  
Public MethodSetParentAppearanceSets the parentAppearance field to the specified ChartAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public MethodSetParentPropertySets the appearanceProperty field to a property name. (Inherited from Infragistics.UltraChart.Resources.Appearance.AppearanceHelper)
Public MethodShouldSerializeVisibleReturns a Boolean value that determines whether the Visible property is set to its default value.  
Public MethodToStringReturns a string representing the PieLabelAppearance.  
See Also