Data Properties

The following Data Properties are available for use with the Chart Display Adapter. Click on a link to move directly to that section.

    Data Settings

    Data Animation Settings

    Data Extra Settings

    Data Label Settings

    Data Marker Settings

    Data Tooltip Settings

Data Settings

Controls the setup of data pointers in the chart.

AllowSelect (Chart Only)

Type: Boolean

Sets whether points in the series can be selected.

Color (Chart Only)

Type: String

The color for all series items.

DataActionFunction

Type: String

Sets the function name for the call type.

DataActionSource

Type: String

The source for UpdateView and UpdateChart types - chart name or xml file name, depending on source mode.

DataActionSourceMode

Type: String

The source mode for UpdateView and UpdateChart types.

DataActionType

Type: String

The name of the column that will be used to indicate the type of action that will be associated with an item.

    NavigateToURL

    Call

    UpdateChart

    UpdateView

    Scroll

    Zoom

    ScrollView

    ZoomView

DataActionUrl

Type: String

Sets a URL for NavigateToURL type.

DataActionUrlTarget

Type: String

Sets a URL Target for NavigateToURL type.

DataActionViewId

Type: String

The view name to be updated for UpdateView, ScrollView, and ZoomView types.

DataAllowSelect

Type: Boolean

The name of the column that will be used to control whether a point can be selected.

DataAxis (Gauge Only)

Type: String

The name of the column that will be used as the Type Extra Axis name if one is presented.

DataClose (Chart Only)

Type: Number

The name of the column that will be used as the Close value for OHLC, Candlestick charts.

DataColor

Type: String

The name of the column that will be used to control the color of an item within the chart.

DataEnd (Chart Only)

Type: Number

The name of the column that will be used as the End value for range charts.

DataExploded (Chart Only)

Type: Boolean

The name of the column that will be used to indicate if a pie wedge should be exploded.

DataHatchType

Type: String

The name of the column that will be used to control the Hatch fill type for chart item.

    BackwardDiagonal

    ForwardDiagonal

    Horizontal

    Vertical

    DashedBackwardDiagonal

    Grid

    DashedForwardDiagonal

    DashedHorizontal

    DashedVertical

    DiagonalCross

    DiagonalBrick

    Divot

    HorizontalBrick

    VerticalBrick

    Checkerboard

    Confetti

    Plaid

    SolidDiamond

    ZigZag

    Weave

    Percent05

    Percent10

    Percent20

    Percent25

    Percent30

    Percent40

    Percent50

    Percent60

    Percent70

    Percent75

    Percent80

    Percent90

DataHigh (Chart Only)

Type: Number

The name of the column that will be used as the High value for OHLC, Candlestick charts.

DataHoverable (Chart Only)

Type: Boolean

The name of the column that will be used to indicate if an element can be hovered.

DataLink (Chart Only)

Type: String

The name of the column that will be used to place an element (marker, connector, or line part) according to linked region centroid.

DataLow (Chart Only)

Type: Number

The name of the column that will be used as the Low value for OHLC, Candlestick charts

DataName

Type: String

The name of the column that will be used as the title of an item within the chart.

DataOpen (Chart Only)

Type: Number

The name of the column that will be used as the Open value for OHLC, Candlestick charts

DataSelected (Chart Only)

Type: Boolean

The name of the column that will be used to indicate if an item should be selected by default.

DataShapeType (Chart Only)

Type: String

The name of the column that will be used as the shape type to be used when drawing bar chart series.

    Box

    Cylinder

    Pyramid

    Cone

DataSize (Chart Only)

Type: Number

The name of the column that will be used as the Size for bubbles.

DataStart (Chart Only)

Type: Number

The name of the column that will be used as the Start value for range charts

DataStyle

Type: String

The style applied to all series items.

DataType (Gauge Only)

Type: String

The name of the column that will be used to indicate the type of pointer.

    marker

    bar

    thermometer

    tanker

    rangeBar

DataUseHandCursor (Chart Only)

Type: Boolean

The name of the column that will be used to indicate if a hand cursor will be shown when the mouse cursor moves over the series elements.

DataValue (Gauge Only)

Type: String

The name of the column that will be used as the value the pointer is set to according to scale.

DataX (Chart Only)

Type: String

The name of the column that will be used as the X (argument) for Scatter plot charts.

DataY (Chart Only)

Type: String

The name of the column that will be used as the Y point value in the chart.

HatchPalette (Chart Only)

Type: String

The name of the hatch palette to be applied to all of the data series.

HatchType (Chart Only)

Type: String

The hatch fill type for all series items.

Hoverable (Chart Only)

Type: Boolean

Defines whether elements can be hovered.

MarkerPalette (Chart Only)

Type: String

The name of the marker palette to be applied to all of the data series.

Name (Chart Only)

Type: String

The series name.

Palette (Chart Only)

Type: String

The name of the color palette to be applied to all of the data series.

SeriesExtra (Chart Only)

Type: String

Use this property to include any extra XML that may be necessary for the configuration of a series.

ShapeType (Chart Only)

Type: String

Defines the shape type to be used when drawing bar chart series.

    Box

    Cylinder

    Pyramid

    Cone

StartAngle (Chart Only)

Type: Number

The tarting angle for Pie and Doughnut series.

Style (Chart Only)

Type: String

The style applied to all series items.

Table

Type: String

The name of the table that data will be retrieved from.

Threshold (Chart Only)

Type: String

The name of the threshold applied to all series and points on the data plot.

Type (Chart Only)

Type: String

Controls the type of chart that will be displayed.

    Bar

    RangeBar

    Line

    RangeArea

    RangeSplineArea

    Spline

    Marker

    Area

    SplineArea

    StepLineForward

    StepLineBackward

    StepLineForwardArea

    StepLineBackwardArea

    Bubble

    Candlestick

    OHLC

UseHandCursor (Chart Only)

Type: Boolean

Defines whether hand cursor will be shown when the mouse cursor moves over the series elements.

YAxis (Chart Only)

Type: String

Sets the name of the Y Axis for this series.

Example:

<data>

                <setup>

                                <Table>Table1</Table>

                                <DataName>Group Name</DataName>

                                <DataY>Group Value</DataY>

                </setup>

</data>

Back to Top

Data Animation Settings

Controls the animation settings for each pointer in the data.

Example:

<animation enabled="true" start_time="0" duration="0.5" interpolation_type="Bounce"/>

Back to Top

 

Data Extra Settings

This is used to add XML content to the Data node of the chart. This is useful if another property will not satisfy your configuration needs. The content will be appended to the Pointer node for each value in your chart. This usually negates the need to use Data Label/Tooltip/Marker/Animation Settings properties.

Example:

<label enabled="true">

                <position placement_mode="ByPoint" x="50" y="15"/>

                <format>% Complete: {%Value}{numDecimals:1}%</format>

                <background enabled="false"/>

</label>

<animation enabled="true" start_time="0" duration="0.5" interpolation_type="Bounce"/>

Back to Top

 

Data Label Settings

Controls the label for each pointer in the data.

Example:

<label enabled="true">

                <position placement_mode="ByPoint" x="50" y="15"/>

                <format>% Complete: {%Value}{numDecimals:1}%</format>

                <background enabled="false"/>

</label>

Back to Top

 

Data Marker Settings

Controls the Markers for each pointer in the data.

Example:

<marker_style name="myMarker" color="Gold">

  <marker type="Star5" size="16" />

  <states>

    <hover>

      <marker size="22" />

    </hover>

  </states>

</marker_style>

Back to Top

 

Data Tooltip Settings

Controls the tooltip for each pointer in the data.

Chart Type Example:

<tooltip enabled="true">

    <format>{%YValue}</format>

 </tooltip>

Gauge Type Example:

<tooltip enabled="true">

    <format>{%Value}</format>

 </tooltip>

Back to Top