Version

LegendAppearance Class Members

The following tables list the members exposed by LegendAppearance.

Public Constructors
 NameDescription
Public ConstructorLegendAppearance ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyAlphaLevelGets/sets the level of Alphablending to use when rendering the Legend box.  
Public PropertyBackgroundColorGets/sets the background fill color for the Legend box.  
Public PropertyBorderColorGets/sets the color of the Legend box border.  
Public PropertyBorderStyleGets/sets the the LineDrawStyle of the Legend box border.  
Public PropertyBorderThicknessGets/sets the thickness of the Legend box border in pixels.  
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyDataAssociationGets/sets the chart sub-type whose data is to be associated with this Legend.  
Public PropertyFontGets/sets the Font to use for drawing the text labels within the Legend box.  
Public PropertyFontColorGets/sets the Font color to use for drawing text labels within the Legend box.  
Public PropertyFormatStringGets/sets the legend format string to use when generating the labels for the Legend.  
Public PropertyLocationGets or sets the position of the Legend in the chart.  
Public PropertyMarginsGets the MarginsAppearance object, which determines the extent of margin surrounding the Legend box.  
Public PropertyMoreIndicatorTextThe string to use to indicate that some legend items could not be displayed due to limited space.  
Public PropertySpanPercentageGets/sets the percentage of the relevant chart's dimension that the Legend box consumes.  
Public PropertyVisibleGets/sets a Boolean which determins whether the Legend is displayed.  
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 MethodToStringReturns a string representation of the LegendAppearance object.  
See Also