com.esri.arcgis.carto
Interface IPointSeriesProperties

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

public interface IPointSeriesProperties
extends java.io.Serializable

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

Description: 'Provides access to members that control scatter plot series.' 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 IID55963816_2577_48af_b595_a66bc27fe57b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDataGraphTSymbolProperties getSymbolProperties()
          Properties of the scatter plot symbol.
 

Field Detail

IID55963816_2577_48af_b595_a66bc27fe57b

static final int IID55963816_2577_48af_b595_a66bc27fe57b
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

getSymbolProperties

IDataGraphTSymbolProperties getSymbolProperties()
                                                throws java.io.IOException,
                                                       AutomationException
Properties of the scatter plot symbol.

Returns:
A reference to a com.esri.arcgis.carto.IDataGraphTSymbolProperties
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.