GeographicalSchemaLayerDataSeries

Properties:

Format
Name
SeriesGroupName
ShapeBaseColor
ShowMode
Text
TextColor
TextFont
TextOrientation
Value
ValuesShowMode

Description:

Gives access to the properties of the geographical map layer series value. You can use it to set parameters of its representation at the map.

Availability:

Server, thick client, external connection.

Example:

// Create a series in the geographical schema layer to display data 
TotalSumByRegionsSerie = LayerRegoins.Series.Add();
TotalSumByRegionsSerie.Text = "Amount of turnover";
TotalSumByRegionsSerie.ShowMode = 
    GeographicalSchemeLayerSeriesDrawingType.Column;

See also:

GeographicalSchemaLayerSeries
GeographicalSchemaLayer, method SetValue
GeographicalSchemaLayer, method GetValue
GeographicalSchemaLayer, method FindObject
GeographicalSchemaLegendItem, property Series
GeographicalSchemaField, event DetailProcessing
GeographicalSchemaLayerSeries, method Get
GeographicalSchemaLayerSeries, method Add
GeographicalSchemaLayerSeries, method Find
GeographicalSchemaLayerSeries, method Delete

    

1C:Enterprise Developer's Community