Dundas Chart for ASP.NET
LegendStyle Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Legend Class : LegendStyle Property


Gets or sets the legend's style.


Legend style

Syntax

Visual Basic (Declaration)  
Public Property LegendStyle As LegendStyle
Visual Basic (Usage) Copy Code
Dim instance As Legend
Dim value As LegendStyle
 
instance.LegendStyle = value
 
value = instance.LegendStyle
C#  
public LegendStyle LegendStyle {get; set;}

Return Value

A LegendStyle Enumeration value that determines the legend style. Defaults to LegendStyle.Column.

Remarks

There are three possible styles for a legend: Column, Row and Table. Refer to the table below for a summary of these styles:

Style

Description

Column

Legend items displayed using one column, with multiple rows.

Row

Legend items displayed using one row, with multiple columns.

Table

Legend items displayed using multiple columns and rows.

Requirements

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

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.