Data Settings

Controls the setup of data pointers in the chart.

Example for a typical Business Data Analysis Output:

<data>

<setup>

<Table>Table1</Table>

<DataName>Group Name</DataName>

 <DataY>Group Value</DataY>

</setup>

</data>

Example for a typical Business Data Analysis Output for a gauge chart:

<data>

 <setup>

 <Table>Table1</Table>

<Name>Group Name</Name>

<DataValue>Group Value</DataValue>

<DataType>ChartType</DataType>

<DataColor>ColorValue</DataColor>

</setup>

</data>

 

Many of these settings require a column in your provider to be referenced for the value. For instance, DataColor states the name of the column that will be used to control the color of an item within the chart. To accomplish this, you could use Add Column XML in this manner to provide this value:

<AddColumn>

<Column>

<ColumnName>ColorValue</ColumnName>

<ColumnType>System.String</ColumnType>

<Expression>’Red’</Expression>

</Column>

</AddColumn>

 

Alternatively, the <DataType> node could be specified in the provider like this:

<AddColumn>

<Column>

<ColumnName>ChartType</ColumnName>

<ColumnType>System.String</ColumnType>

<Expression>’Thermometer’</Expression>

</Column>

</AddColumn>

 

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