|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IScatterPlotMatrixSeriesProperties
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 |
---|
static final int IID02ce9eaa_0f3f_4527_b2f1_8617871bf68d
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setFieldLabel(int idx, java.lang.String label) throws java.io.IOException, AutomationException
idx
- The idx (in)label
- The label (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getFieldLabel(int idx, java.lang.String[] label) throws java.io.IOException, AutomationException
idx
- The idx (in)label
- The label (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowHistogram() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowHistogram(boolean bHist) throws java.io.IOException, AutomationException
bHist
- The bHist (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHistogramColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHistogramColor(int pColor) throws java.io.IOException, AutomationException
pColor
- The pColor (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |