ArcObjects Library Reference (Carto)  

ISeriesProperties Interface

Provides access to members that control graph series.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read/write property Color Color used when ColorType of series property is esriGraphColorCustomEach.
Read/write property ColorPalette Palette used when ColorType of series property is esriGraphColorPalette.
Read/write property ColorType Type of color applied to the graph series.
Read/write property CustomColor Color used when ColorType of series property is esriGraphColorCustomAll.
Read-only property FieldOptional Indicates if data field is optional.
Method GetField Gets data field name in the series. Can be multiple and optional depending on series type.
Read/write property HorizontalAxis Index of horizontal axis.
Read/write property InLegend Indicates if series is added to the graph legend.
Read-only property IsChanged Indicates if series has changed.
Read-only property IsReady Indicates if series is ready to work with.
Read/write property LabelField Provides field to be the data source of labels in the graph. Only the field from the first series will be used in the graph if there are more than one series.
Read/write property Marks Indicates if series shows marks.
Read-only property MaxField Maximum possible fields for the series.
Read/write property Name Name of the series shown in the legend.
Read-only property PenProperties Interface for drawing lines and borders in the series.
Method SetField Sets data field name in the series. Can be multiple and optional depending on series type.
Read/write property SourceData Data source for the series. Can be table, feature, raster layer, or name of another series for function series.
Read-only property Type Type of the series.
Read-only property UniqueName Default and unique name of the series.
Read/write property ValueFormat Format string for series value labels.
Read/write property VerticalAxis Index of vertical axis
Read/write property WhereClause The where clause for querying data source.

CoClasses that implement ISeriesProperties

CoClasses and Classes Description
AreaSeriesProperties (esriCartoUI) A container for the display and manipulation of area graph series.
BarSeriesProperties (esriCartoUI) A container for the display and manipulation of bar graph series.
BoxPlotSeriesProperties (esriCartoUI) A container for the display and manipulation of box plot graph series.
FunctionSeriesProperties (esriCartoUI) A container for the display and manipulation of function graph series.
HistogramSeriesProperties (esriCartoUI) A container for the display and manipulation of histogram graph series.
LineSeriesProperties (esriCartoUI) A container for the display and manipulation of line graph series.
PieSeriesProperties (esriCartoUI) A container for the display and manipulation of pie graph series.
PointSeriesProperties (esriCartoUI) A container for the display and manipulation of scatter plot graph series.
ScatterPlotMatrixSeriesProperties (esriCartoUI) A container for the display and manipulation of scatter plot matrix graph.

.NET Samples

Time Series Graph tool add-in (Code Files: TimeSeriesGraph)

.NET Related Topics

How to change label formats and marks on an axis using a line graph | How to create a 3D pie graph | How to create a box plot graph | How to create a function series graph | How to create a histogram graph | How to create a selection set using a scatter plot graph | How to create a vertical stack area graph | How to create graph series with different color types | How to create multiple vertical bar graphs | How to group data into separate lines on a line graph | How to sort data in the graph