Dundas.SharePoint.Charting.WebParts Send comments on this topic.
Legend Class Members
See Also  Properties  Methods 
Dundas.Charting.WebControl Namespace : Legend Class


The following tables list the members exposed by Legend.

Public Constructors

  Name Description
Public Constructor Legend Constructor Overloaded.  Legend object constructor  
Top

Public Properties

  Name Description
Public Property Alignment Legend alignment  
Public Property AutoFitMinFontSize Minimum font size that can be used by the legend text auto-fitting algorithm.  
Public Property AutoFitText Legend text automatic fitting flag  
Public Property BackColor Legend background color  
Public Property BackGradientEndColor Legend background gradient end color  
Public Property BackGradientType Legend background gradient type.  
Public Property BackHatchStyle Legend hatch style  
Public Property BackImage Legend background image  
Public Property BackImageAlign Background image alignment used by ClampUnscale drawing mode.  
Public Property BackImageMode Legend background image drawing mode.  
Public Property BackImageTranspColor Background image transparent color.  
Public Property BorderColor Legend border color  
Public Property BorderStyle Legend border style  
Public Property BorderWidth Legend border width  
Public Property CellColumns Legend columns collection.  
Public Property CustomItems Legend custom items collection  
Public Property Docking Legend docking  
Public Property DockInsideChartArea Indicates that the legend is docked inside the chart area. This property is only available when DockToChartArea is set.  
Public Property DockToChartArea Chart area name the legend is docked to inside or outside.  
Public Property Enabled Legend enabled flag  
Public Property EquallySpacedItems Indicates that all legend items are equally spaced.  
Public Property Font Legend font  
Public Property FontColor Legend font color  
Public Property HeaderSeparator Legend header visual separator type.  
Public Property HeaderSeparatorColor Legend header visual separator color.  
Public Property InterlacedRows Indicate that legend rows should be drawn with interlaced background color.  
Public Property InterlacedRowsColor Legend interlaced rows background color.  
Public Property ItemColumnSeparator Legend table columns visual separator type.  
Public Property ItemColumnSeparatorColor Legend table columns visual separator color.  
Public Property ItemColumnSpacing Legend table column spacing calculated as a percentage of the legend text font.  
Public Property LegendStyle Legend style  
Public Property MaxAutoSize Maximum size of the legend auto position. If legend docked to the left or right it determines the max width of legen in percentage. If legend docked to the top or bottomit determines the max height.  
Public Property Name Legend name.  
Public Property Position Legend rectangle position  
Public Property Reversed Indicates that legend items are shown in the reversed order. This property only affects legend items automatically added for the chart series and has no effect on custom legend items.  
Public Property ShadowColor Legend shadow color  
Public Property ShadowOffset Legend shadow offset  
Public Property TableStyle Legend table style.  
Public Property TextWrapThreshold Defines preferred number of characters in the legend text after which it will be wrapped.  
Public Property Title Legend title text.  
Public Property TitleAlignment Legend title horizontal text alignment.  
Public Property TitleBackColor Legend title text background color.  
Public Property TitleColor Legend title text color.  
Public Property TitleFont Legend title font.  
Public Property TitleSeparator Legend title visual separator type.  
Public Property TitleSeparatorColor Legend title visual separator color.  
Top

Public Methods

  Name Description
Public Method Dispose Overloaded.  Dispose the legend  
Top

See Also