Legend cell type.
Visual Basic (Declaration) | |
---|---|
Public Overridable Property CellType As LegendCellType |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual LegendCellType CellType {get; set;} |
Return Value
An enumerated value of type LegendCellType. Represents the type that will be used to define the legend cell's contents. Defaults to LegendCellType.Text.
This property determines what types of content will be displayed in each individual legend cell. One of the following cell types must be specified:
- Text: The string specified using the Text property will be displayed in the legend cell.
- SeriesSymbol: The series symbol defined by the Style property will be displayed for the cell. Recall that a series symbol is a visual indicator (i.e. line, rectangle or marker).
When Style is set to Marker, all marker attributes of the custom item apply to the cell.
- Image: The image defined using the Image property will be displayed in the legend cell.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family