DK11 for .NET | TatukGIS.NDK.TGIS_ParamsChart | Classes | Constructors | Fields | Methods | Properties
Parameters that are common for Charts.
// C# public class TGIS_ParamsChart : TGIS_ParamsFeature { }
' VisualBasic Public Class TGIS_ParamsChart Inherits TGIS_ParamsFeature End Class
// Oxygene type TGIS_ParamsChart = public class( TGIS_ParamsFeature ) end;
→ TPersistent → TGIS_ParamsAbstract → TGIS_ParamsSpecific → TGIS_ParamsVector → TGIS_ParamsFeature
Name | Visibility | Description | |
---|---|---|---|
TGIS_ParamsChart() | public | Create an instance with default values. (Overrides TGIS_ParamsFeature.TGIS_ParamsFeature()) |
|
Name | Visibility | Description | |
---|---|---|---|
ColorsInternal | public | Internal color storage. | |
ValuesInternal | public | Internal values storage. | |
Name | Visibility | Description | |
---|---|---|---|
Assign | public | Assign values from _source object. (Overrides TGIS_ParamsFeature.Assign) |
|
CreateCopy | public | Make a copy of the object. (Inherited from TGIS_ParamsAbstract) |
|
Dispose | public | Destroy an instance. (Inherited from TGIS_ParamsAbstract) |
|
GetRoot | public | Get root element from params list. (Inherited from TGIS_ParamsSpecific) |
|
IsModified | public | Indicates whether the initial serial was modified (Params was touched). (Inherited from TGIS_ParamsAbstract) |
|
LoadFromConfig | public | Load parameters from the configuration file. (Overrides TGIS_ParamsVector.LoadFromConfig) |
|
LoadFromStrings | public | Load parameters from a list of strings. (Inherited from TGIS_ParamsSpecific) |
|
ResetSerial | public | Reset serial numer conter. (Inherited from TGIS_ParamsAbstract) |
|
SaveToConfig | public | Save parameters into the configuration file. (Overrides TGIS_ParamsVector.SaveToConfig) |
|
SaveToStrings | public | Save parameters into a list of strings. (Inherited from TGIS_ParamsSpecific) |
|
SizeHelper | public | Helper for safe scaling size feature even if feature is auto-scaled. (Inherited from TGIS_ParamsFeature) |
|
Touch | public | (Inherited from TGIS_ParamsSpecific) |
|
Name | Visibility | Description | |
---|---|---|---|
Bitmap | public | Interior bitmap. (Inherited from TGIS_ParamsFeature) |
|
Color | public | Interior color. (Inherited from TGIS_ParamsFeature) |
|
ColorAsText | public | Color. Grouping as a text property all properties that affect Color presentation like Color or ColorEx.Uses AsText parameter syntax. (Inherited from TGIS_ParamsFeature) |
|
Colors | public | Color ( 'col1:col2:col3:col4:col5...' ). | |
Legend | public | Legend text. | |
OffsetPosition | public | Offset position to assign positive or negative sign for OffsetX and OffsetY.Uses AsText parameter syntax. (Inherited from TGIS_ParamsFeature) |
|
OffsetX | public | Offset for drawing a shape. (Inherited from TGIS_ParamsFeature) |
|
OffsetXAsText | public | Offset for drawing a shape. (Inherited from TGIS_ParamsFeature) |
|
OffsetY | public | Offset for drawing a shape. (Inherited from TGIS_ParamsFeature) |
|
OffsetYAsText | public | Offset for drawing a shape. (Inherited from TGIS_ParamsFeature) |
|
OutlineBackcolor | public | Outline backcolor; used for dash styles. (Inherited from TGIS_ParamsFeature) |
|
OutlineBitmap | public | Outline bitmap. (Inherited from TGIS_ParamsFeature) |
|
OutlineColor | public | Outline color. (Inherited from TGIS_ParamsFeature) |
|
OutlineColorAsText | public | OutlineColor. (Inherited from TGIS_ParamsFeature) |
|
OutlinePattern | public | Outline pattern. (Inherited from TGIS_ParamsFeature) |
|
OutlinePatternAsText | public | Outline pattern. (Inherited from TGIS_ParamsFeature) |
|
OutlineStyle | public | Outline style. (Inherited from TGIS_ParamsFeature) |
|
OutlineStyleAsText | public | OutlineStyle. (Inherited from TGIS_ParamsFeature) |
|
OutlineWidth | public | Outline width. (Inherited from TGIS_ParamsFeature) |
|
OutlineWidthAsText | public | OutlineWidth. (Inherited from TGIS_ParamsFeature) |
|
Parent | public | Owner of the parameters. (Inherited from TGIS_ParamsSpecific) |
|
Pattern | public | Interior pattern. (Inherited from TGIS_ParamsFeature) |
|
PatternAsText | public | Pattern. Grouping as a text property all properties that affect Outline presentation like Symbol, Bitmap or Style.Uses AsText parameter syntax. (Inherited from TGIS_ParamsFeature) |
|
Serial | public | Serial number updated after any property change. (Inherited from TGIS_ParamsAbstract) |
|
Shape | public | Shape associated with parameter (if any) belongs. (Inherited from TGIS_ParamsSpecific) |
|
ShowLegend | public | Show feature in legend component? (Inherited from TGIS_ParamsFeature) |
|
Size | public | Size of chart. | |
SizeAsText | public | Size. Grouping as a text property all properties that affect Size presentation like Size or SizeEx and represent sizes in a human readable form like '10pt', '3in'.Uses AsText parameter syntax. | |
SmartSize | public | Default minimum bounding box size which is to be visible (>0 in twips, <0 in pixels). (Inherited from TGIS_ParamsFeature) |
|
SmartSizeAsText | public | Smart Size. (Inherited from TGIS_ParamsFeature) |
|
Style | public | Style of the chart. | |
UserObject | public | UserObject can be used to associate with Params a user-defined object. (Inherited from TGIS_ParamsAbstract) |
|
Values | public | Value ( 'minimum:maximum:val1:val2:val3...' ). | |