com.esri.arcgis.carto
Interface IScatterPlotMatrixSeriesProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IScatterPlotMatrixSeriesPropertiesProxy, ScatterPlotMatrixSeriesProperties

public interface IScatterPlotMatrixSeriesProperties
extends java.io.Serializable

COM Interface 'IScatterPlotMatrixSeriesProperties'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control ScatterPlotMatrix graph.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID02ce9eaa_0f3f_4527_b2f1_8617871bf68d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void getFieldLabel(int idx, java.lang.String[] label)
          Lable graph.
 int getHistogramColor()
          Histogram's color
 boolean isShowHistogram()
          Indicates if histogram is on the graph.
 void setFieldLabel(int idx, java.lang.String label)
          Lable graph.
 void setHistogramColor(int pColor)
          Histogram's color
 void setShowHistogram(boolean bHist)
          Indicates if histogram is on the graph.
 

Field Detail

IID02ce9eaa_0f3f_4527_b2f1_8617871bf68d

static final int IID02ce9eaa_0f3f_4527_b2f1_8617871bf68d
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setFieldLabel

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

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

getFieldLabel

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

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

isShowHistogram

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

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

setShowHistogram

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

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

getHistogramColor

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

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

setHistogramColor

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

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