![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
ChartSymbol Class | |
Members See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace : ChartSymbol Class |

Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Class ChartSymbol Inherits LabelSymbol |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ChartSymbol |
C# | |
---|---|
[SerializableAttribute()] public class ChartSymbol : LabelSymbol |
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.
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