This document is archived and information here might be outdated.  Recommended version.


ISeriesProperties Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISeriesProperties Interface
ArcGIS Developer Help

ISeriesProperties Interface

Provides access to members that control graph series.

Product Availability

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

Members

Name 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.

Classes that implement ISeriesProperties

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