Provides access to members that control graph series.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Color | Color used when ColorType of series property is esriGraphColorCustomEach. | |
ColorPalette | Palette used when ColorType of series property is esriGraphColorPalette. | |
ColorType | Type of color applied to the graph series. | |
CustomColor | Color used when ColorType of series property is esriGraphColorCustomAll. | |
FieldOptional | Indicates if data field is optional. | |
GetField | Gets data field name in the series. Can be multiple and optional depending on series type. | |
HorizontalAxis | Index of horizontal axis. | |
InLegend | Indicates if series is added to the graph legend. | |
IsChanged | Indicates if series has changed. | |
IsReady | Indicates if series is ready to work with. | |
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. | |
Marks | Indicates if series shows marks. | |
MaxField | Maximum possible fields for the series. | |
Name | Name of the series shown in the legend. | |
PenProperties | Interface for drawing lines and borders in the series. | |
SetField | Sets data field name in the series. Can be multiple and optional depending on series type. | |
SourceData | Data source for the series. Can be table, feature, raster layer, or name of another series for function series. | |
Type | Type of the series. | |
UniqueName | Default and unique name of the series. | |
ValueFormat | Format string for series value labels. | |
VerticalAxis | Index of vertical axis | |
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. |