Version

ILayer Interface Members

The following tables list the members exposed by ILayer.

Public Properties
 NameDescription
 PropertyChartColorModelSets and gets the ColorModel  
 PropertyChartComponentSets and gets the ChartComponent  
 PropertyChartCoreSets and gets the ChartCore  
 PropertyChartDataSets and gets the IChartData  
 PropertyGridGrid Hashtable contains the available axes, which can be cast into IAdvanceAxis for mapping data points relative to each axis.  
 PropertyLayerIDSets and gets the ID to be used in the Hashtable  
 PropertyOuterBoundGets or Sets the Outer Bounds available in the current layer.  
 PropertyVisibleUse this member to toggle visibility for the layer.  
Public Methods
 NameDescription
 MethodFillSceneGraphCall to render the drawing layer as primitives into the scene graph  
 MethodGetDataInvalidMessageOverride to return the correct error message for the invalid state of the data. This message will be printed on the chart for the user.  
 MethodGetInnerBoundsReturns a Rectangle object that represents the TopLeft and BottomRight real world coordinates for the drawing layer to render in the scene graph  
See Also