com.esri.arcgis.carto
Interface IScatterPlotMatrixSeriesProperties

All Superinterfaces:
Serializable
All Known Implementing Classes:
IScatterPlotMatrixSeriesPropertiesProxy, ScatterPlotMatrixSeriesProperties

public interface IScatterPlotMatrixSeriesProperties
extends Serializable

Provides access to members that control ScatterPlotMatrix graph.

Product Availability

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


Method Summary
 void getFieldLabel(int idx, String[] label)
          Lable graph.
 int getHistogramColor()
          Histogram's color
 boolean isShowHistogram()
          Indicates if histogram is on the graph.
 void setFieldLabel(int idx, String label)
          Lable graph.
 void setHistogramColor(int pColor)
          Histogram's color
 void setShowHistogram(boolean bHist)
          Indicates if histogram is on the graph.
 

Method Detail

setFieldLabel

void setFieldLabel(int idx,
                   String label)
                   throws IOException,
                          AutomationException
Lable graph.

Product Availability

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

Parameters:
idx - The idx (in)
label - The label (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldLabel

void getFieldLabel(int idx,
                   String[] label)
                   throws IOException,
                          AutomationException
Lable graph.

Product Availability

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

Parameters:
idx - The idx (in)
label - The label (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isShowHistogram

boolean isShowHistogram()
                        throws IOException,
                               AutomationException
Indicates if histogram is on the graph.

Product Availability

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

Returns:
The bHist
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShowHistogram

void setShowHistogram(boolean bHist)
                      throws IOException,
                             AutomationException
Indicates if histogram is on the graph.

Product Availability

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

Parameters:
bHist - The bHist (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHistogramColor

int getHistogramColor()
                      throws IOException,
                             AutomationException
Histogram's color

Product Availability

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

Returns:
The pColor (A COM typedef)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHistogramColor

void setHistogramColor(int pColor)
                       throws IOException,
                              AutomationException
Histogram's color

Product Availability

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

Parameters:
pColor - The pColor (A COM typedef) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.