DataCompositionChartOutputParameterValues

Properties:

AvailableParameters
Items

Methods:

FindParameterValue
GetIDByObject
GetObjectByID
SetParameterValue

Description:

Values of output parameters for a chart.
It contains values of the following parameters:
1. ChartType - chart type (ChartType type);
2. TitleOutput - header output (DataCompositionTextOutputType type);
3. Title - header (String type);
4. DataParametersOutput - output of data parameters (DataCompositionTextOutputType type);
5. FilterOutput - filter output (DataCompositionTextOutputType type);
6. ChartType.BaseValue – base value (Number type);
7. ChartType.HideBaseValue - skip points with base value (Boolean type);
8. ChartType.LabelType - label composition (ChartLabelType type);
9. ChartType.AutoSeriesSeparation - separation mode (AutoSeriesSeparation type);
10. ChartType.ShowDataTable - display data table (Booleantype);
11. ChartType.MaxValue - maximum value (Number type);
12. ChartType.MinValue - minimum value (Number type);
13. ChartType.Outline – outline (Boolean type);
14. ChartType.Gradient – gradient (Boolean type);
15. ChartType.Font - chart font ( Font type);
16. ChartType.BackColor - chart background color (Color type);
17. ChartType.BorderStyle - chart border style (Line type);
18. ChartType.LegendPlacement - chart legend placement (DataCompositionChartLegendPlacement type);
19. ChartType.GaugeChartQualityBands - bands for gauge chart (GaugeChartQualityBands type);
20. ChartType.ResourcesPlacement - placement of resources in a chart (DataCompositionResourcesPlacementInChart type);
21. ChartType.ValuesBySeriesConnection - mode of values by series connection in stacked column charts (ChartValuesBySeriesConnectionType type);
22. ChartType.ValuesBySeriesConnectionLines - style and thickness of connection lines (Line type);
23. ChartType.ValuesBySeriesConnectionColor – color of connection lines (Color type);
24. ChartType.SplineMode – defines the anti-aliasing mode of lines in the charts of 'continuous' type (ChartSplineMode type);
25. ChartType.SplineStrain - integer value determines the 'tension' of curve for anti-aliasing SmoothCurve.
26. ChartType.SemitransparencyMode - determines the display mode for overlapping elements of chart (ChartSemitransparencyMode type).

Availability:

Thin client, web-client, server, thick client, external connection.
The given object may be serialized to/from XML. Can be used in attributes of managed form. The given object may be serialized to/from XDTO. The XDTO type correspoding to this object is defined in {http://v8.1c.ru/8.1/data-composition-system/settings} namespace. XDTO type name: ChartOutputParameterValues.

See also:

DataCompositionChart, property OutputParameters

    

1C:Enterprise Developer's Community