DataCompositionAreaTemplateChartAppearance

Properties:

AvailableParameters
Items

Methods:

FindParameterValue
SetParameterValue

Description:

Represents collection of objects, describing chart appearance.
In designing of table cell next elements of appearance are used:
1. ChartType – chart type;
2. ChartType.BaseValue – base value (Number type);
3. ChartType.HideBaseValue - skip points with base value (Boolean type);
4. ChartType.LabelType - chart label content (ChartLabelType type);
5. ChartType.AutoSeriesSeparation - series separation in pie charts mode (AutoSeriesSeparation type);
6. ChartType.ShowDataTable - show data table in area (Boolean type);
7. ChartType.VerticalLinesDataTable - show vertical lines in data table (Boolean type);
8. ChartType.HorizontalLinesInDataTable - show horizontal lines in data table(Boolean type);
9. ChartType.AlignDataTable - aligning data in table (HorizontalAlign type);
10. ChartType.FormatDataTable - format of data in table (String type);
11. ChartType.MaxValue - maximum value (Number type);
12. ChartType.MinValue - minimum value (Number type);
13. ChartType.ValueLabelFormat - chart value label format (String type);
14. ChartType.Outline – outline (Boolean type);
15. ChartType.Gradient – gradient (Boolean type);
16. ChartType.Font - chart font (Font type);
17. ChartType.BackColor - chart background color (Color type);
18. ChartType.BorderStyle - chart border style(Line type);
19. ChartType.LegendPlacement - legend placement in chart(DataCompositionChartLegendPlacement type);
20. ChartType.GaugeChartQualityBands - bands for gauge chart (GaugeChartQualityBands type);
21. ChartType.LabelsOrientation - orientation of chart labels (ChartLabelsOrientation type);
22. ChartType.ValuesBySeriesConnection - mode of values by series connection in stacked column charts (ChartValuesBySeriesConnectionType type);
23. ChartType.ValuesBySeriesConnectionLines - style and thickness of connection lines (Line type;
24. ChartType.ValuesBySeriesConnectionColor – color of connection lines (Color type;
25. ChartType.SplineMode – defines the anti-aliasing mode of lines in the charts of 'continuous' type (ChartSplineMode type;
26. ChartType.SplineStrain - integer value determines the 'tension' of curve for anti-aliasing SmoothCurve;
27. ChartType.SemitransparencyMode - determines the display mode for overlapping elements of chart (ChartSemitransparencyMode type).

Availability:

Server, thick client, external connection.
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/area-template} namespace. XDTO type name: ChartAppearance.

See also:

DataCompositionAreaTemplateChartTemplate, property Appearance

    

1C:Enterprise Developer's Community