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




A LabelSymbol that displays charts.

Object Model


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.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.IMS.Display.Symbol.Symbol
      ESRI.ArcGIS.ADF.IMS.Display.Symbol.LabelSymbol
         ESRI.ArcGIS.ADF.IMS.Display.Symbol.ChartSymbol

See Also

© 2010 All Rights Reserved.