Element Details: Marks
 Back


Available in: Logi Info Source code name: ChartMarks

Horizontal and/or vertical mark lines can be placed on a chart to indicate threshold values.

There will be one mark for each row returned by the DataLayer.

Vertical ChartMarks can only be used along the "Label" x-axis when there is a LabelScale element with ScalingMode either "LinearNumeric" or "LinearTime".



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
Color
UserDefined
Sets the element's color. Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, like #112233. For bar charts, each bar can be a different color by entering multiple colors, each separated by a comma. When using a Crosstab Filter under the Chart's DataLayer, use comma-separated colors and a Legend element so each crosstab set can be identified.
ID
UserDefined
(Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
IncludeInLegend
True
False
If chart legend is defined - set this to True to have an entry for the mark element in the legend.
LineWidth
UserDefined
The width of the line, in pixels.
MarkDataColumn
UserDefined
(Required) Set this to a column returned from the DataLayer. It represents the label displayed for each mark line.
MarkLabelColumn
UserDefined
Set this to a column returned from the DataLayer. It represents the data value for each mark line.
MarkOrientation
Vertical
Horizontal
Indicates if the Mark is horizontal or vertical. The default is Horizontal.
OnTop
True
False
Positions the element on top, above other elements. The default value is "False".



PARENT ELEMENTS

Click element to drill down for more information.

Animated Chart.Scatter
Chart.Gantt
Chart.Scatter Chart.XY Secondary Data Axis


CHILD ELEMENTS

Click element to drill down for more information.

DataLayer.CSV
DataLayer.Definition List
DataLayer.Excel
DataLayer.Google App
DataLayer.Google Spreadsheet
DataLayer.JSON
DataLayer.LDAP
DataLayer.Linked
DataLayer.Mongo Find
DataLayer.Mongo Map Reduce
DataLayer.Mongo Run Command
DataLayer.SP
DataLayer.SQL
DataLayer.Static
DataLayer.Web Feed
DataLayer.Web Scraper
DataLayer.Web Service
DataLayer.XML
Label Font


 Back to top


 Chart Debug