ESRI.ArcGIS.ADF.IMS
ChartSymbol Class
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace : ChartSymbol Class




A LabelSymbol that displays charts.

Object Model

ChartSymbol Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class ChartSymbol 
   Inherits LabelSymbol
Visual Basic (Usage)Copy Code
Dim instance As ChartSymbol
C# 
[SerializableAttribute()]
public class ChartSymbol : LabelSymbol 

Remarks

The size of a chart can be determined in one of three ways:

  • Using Size.
  • Using SizeField.
  • Using MinSize, MaxSize, MinValue, and MaxValue.

One of the three options must be used or no charts are drawn. Size ranks first in priority, and it takes precedence over the other properties even if they are included. SizeField is second in priority, and it takes precedence over the other properties if Size is not present. MinSize, MaxSize, MinValue, and MaxValue rank third in priority and are acknowledged only when Size and SizeField are not present.

If the size assigned to a chart is very large, the chart may not display. If you find that no charts are displaying, try a smaller chart size.

Not valid for use with ArcMap Server image services.

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

© 2011 All Rights Reserved.