DK11 for ActiveX | TatukGIS_XDK11.TGIS_ParamsRender | Classes | Methods | Properties
Parameters that are common for rendering.
// C# public class TGIS_ParamsRender : ITGIS_ParamsRender { }
' VisualBasic Public Class TGIS_ParamsRender Implements ITGIS_ParamsRender End Class
// Oxygene type TGIS_ParamsRender = public class end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
CreateCopy | public | Make a copy of the object. (Inherited from ITGIS_ParamsAbstract) |
|
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
GetRoot | public | Get root element from params list. (Inherited from ITGIS_ParamsSpecific) |
|
LoadFromConfig | public | Load parameters from the configuration file. (Inherited from ITGIS_ParamsAbstract) |
|
LoadFromStrings | public | Load parameters from a list of strings. (Inherited from ITGIS_ParamsSpecific) |
|
SaveToConfig | public | Save parameters into the configuration file. (Inherited from ITGIS_ParamsAbstract) |
|
SaveToStrings | public | Save parameters into a list of strings. (Inherited from ITGIS_ParamsSpecific) |
|
Touch | public | Touch the object by incrementing Serial number. (Inherited from ITGIS_ParamsAbstract) |
|
Name | Visibility | Description | |
---|---|---|---|
Chart | public | Renderer Chart. | |
ColorDefault | public | Default color for shapes which can't be colorized by renderer. | |
ColorDefaultAsText | public | Color. Grouping as a text property all properties that affect Color presentation.Uses AsText parameter syntax. | |
EndColor | public | Ending color for coloring by renderer. | |
EndColorAsText | public | Ending color for coloring by renderer.Uses AsText parameter syntax. | |
EndColorEx | public | Ending color for coloring by renderer. | |
EndColorExAsText | public | EndColorEx. | |
EndSize | public | Ending size for sizing by renderer. | |
EndSizeAsText | public | EndSize. Grouping as a text property all properties that affect EndSize presentation and represent sizes in a human readable form like '10pt', '3in'.Uses AsText parameter syntax. | |
EndSizeEx | public | Ending size for sizing by renderer. | |
EndSizeExAsText | public | EndSizeEx. Grouping as a text property all properties that affect EndSizeEx presentation and represent sizes in a human readable form like '10pt', '3in'.Uses AsText parameter syntax. | |
Expression | public | Render Expression. | |
MaxVal | public | Maximum expected value of RenderExpression. | |
MaxValEx | public | Maximum expected value of RenderExpression. | |
MinVal | public | Minimum expected value of RenderExpression. | |
MinValEx | public | Minimum expected value of RenderExpression. | |
Round | public | Number of digits to round a RenderExpression result. | |
Serial | public | Serial number updated after any property change. (Inherited from ITGIS_ParamsAbstract) |
|
Shape | public | Shape associated with parameter (if any) belongs. (Inherited from ITGIS_ParamsSpecific) |
|
SizeDefault | public | Default size for shapes which can't be sized by renderer. | |
SizeDefaultAsText | public | SymbolDefault. | |
StartColor | public | Starting color for coloring by renderer. | |
StartColorAsText | public | StartColor. | |
StartColorEx | public | Starting color for coloring by renderer. | |
StartColorExAsText | public | StartColorEx Grouping as a text property all properties that affect StartColorEx presentation.Uses AsText parameter syntax. | |
StartSize | public | Starting size for sizing by renderer. | |
StartSizeAsText | public | StartSize. Grouping as a text property all properties that affect StartSize presentation and represent sizes in a human readable form like '10pt', '3in'.Uses AsText parameter syntax. | |
StartSizeEx | public | Starting size for sizing by renderer. | |
StartSizeExAsText | public | StartSizeEx. | |
Zones | public | Number of zones to be used while computing actual color or size. | |
ZonesEx | public | Number of zones to be used while computing actual color or size. | |