| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| dark — Property in class xp.graphics.SolidBorderFill |
| |
| darkdark — Property in class xp.graphics.SolidBorderFill |
| |
| darker(color) — Static method in class xp.utils.ColorUtils |
| |
| darkerColor(clr, intensity) — Static method in class xp.charting.ChartUtils |
| |
| darkerMix(clr, intensity) — Static method in class xp.charting.ChartUtils |
| |
| _data — Property in class xp.charting.Axis |
| |
| data — Property in class xp.charting.Axis |
|
The array of data for this axis
|
| data — Property in class xp.charting.DataPoint |
| |
| data — Property in class xp.charting.DataTip |
| |
| data — Property in class xp.charting.LegendItem |
|
Lets you pass a value to the component
when you use it in an item renderer or item editor. |
| data — Property in class xp.charting.StockChartDataProvider |
| |
| data — Property in class xp.graphics.GIFDecoder |
| |
| dataEffectIn — Property in interface xp.charting.IChartEffectClient |
| |
| _dataEffectIn — Property in class xp.charting.Series |
| |
| dataEffectIn — Property in class xp.charting.Series |
| |
| dataEffectInEndHandler(e) — Method in class xp.charting.ChartEffectManager |
| |
| _dataEffectInInstances — Property in class xp.charting.ChartEffectManager |
| |
| dataEffectOut — Property in interface xp.charting.IChartEffectClient |
| |
| _dataEffectOut — Property in class xp.charting.Series |
| |
| dataEffectOut — Property in class xp.charting.Series |
| |
| dataEffectOutEndHandler(e) — Method in class xp.charting.ChartEffectManager |
| |
| _dataEffectOutInstances — Property in class xp.charting.ChartEffectManager |
| |
| DataFieldDesc — Class in package xp.charting |
| |
| DataFieldDesc(inputField, outputField, isYField, min, max, interval) — Constructor in class xp.charting.DataFieldDesc |
| |
| DataItem — Dynamic class in package xp.charting |
| |
| DataItem(data, index) — Constructor in class xp.charting.DataItem |
| |
| dataItemClass — Property in class xp.charting.Series |
| |
| dataLabel — Property in class xp.charting.PolarDataItem |
| |
| _dataLabelFormat — Property in class xp.charting.Axis |
| |
| dataLabelFormat — Property in class xp.charting.Axis |
|
The format sting to format values into point labels
|
| dataLabelFormatter — Property in class xp.charting.Axis |
| |
| _dataLabelFunction — Property in class xp.charting.Axis |
| |
| dataLabelFunction — Property in class xp.charting.Axis |
|
The user custom function to format values into point labels
|
| dataPeriod — Property in class xp.charting.DateTimeAxis |
|
The unit of periodicity of the data on this axis
i.e. |
| DataPoint — Dynamic class in package xp.charting |
| |
| DataPoint(dataItem:xp.charting:DataItem, label, stroke, fill, marker:xp.charting:Marker) — Constructor in class xp.charting.DataPoint |
| |
| _dataProvider — Property in class xp.charting.Axis |
| |
| dataProvider — Property in class xp.charting.Axis |
|
The source of the chart items. |
| _dataProvider — Property in class xp.charting.ChartArea |
| |
| dataProvider — Property in class xp.charting.ChartArea |
|
The source of the chartSeries items. |
| dataProvider — Property in interface xp.charting.IChartArea |
| |
| dataProvider — Property in class xp.charting.Legend |
|
The source of the legend items. |
| _dataProvider — Property in class xp.charting.Series |
| |
| dataProvider — Property in class xp.charting.Series |
|
The source of the chart items. |
| dataProviderChanged — Property in class xp.charting.Axis |
| |
| dataProviderChanged — Property in class xp.charting.Series |
| |
| DataTip — Class in package xp.charting |
|
The ToolTip control lets you provide helpful information to your users. |
| DataTip() — Constructor in class xp.charting.DataTip |
|
Constructor. |
| DataTipBorder — Class in package xp.charting.skins |
|
The skin for a DataTip. |
| DataTipBorder() — Constructor in class xp.charting.skins.DataTipBorder |
|
Constructor. |
| _dataTipFormat — Property in class xp.charting.Series |
| |
| dataTipFormat — Property in class xp.charting.Series |
|
The format for the data tip display
For axis series the elements are
{0} = series Name
{1} = xAxis Name
{2} = x value
{3} = yAxis Name
{4} = y value
{5} = Annotation
The default value is <b>{0}</b><br/>,<i>{1}:</i>,{2}\n,<i>{3}:</i>,{4},{5}
For pie series the elements are
{0} = label
{1} = value
{2} = percent
The default value is {0}\r{2}
|
| dataTipFunction — Property in class xp.charting.Series |
| |
| dataTipPlacement — Style in class xp.charting.DataTip |
| |
| _dataTipPlacement — Property in class xp.charting.DataTip |
| |
| dataTipText — Property in class xp.charting.DataPoint |
| |
| dataType — Property in class xp.charting.Axis |
|
The type of data this axis represents
Used to help in formatting the values for display
|
| _dataUnit — Property in class xp.charting.DateTimeAxis |
|
The unit of data represented in this axis
One of the constants defined in DataTimeUtils
MILLISECOND
SECOND
MINUTE
HOUR
DAY
WEEK
MONTH
QUARTER
YEAR
|
| dataUnit — Property in class xp.charting.DateTimeAxis |
| |
| dataValue — Property in class xp.charting.PolarDataItem |
| |
| DATE — Constant static property in class xp.utils.Calendar |
| |
| dateCopy(date1) — Static method in class xp.utils.DateTimeUtils |
|
Clones a date object
|
| dateDiff(date1, date2, unit) — Static method in class xp.utils.DateTimeUtils |
|
Calculate the difference between two dates
Note that difference between simply taking the difference between two date objects and dividing by the unit of time. |
| dateEqual(date1, date2, unit) — Static method in class xp.utils.DateTimeUtils |
|
Compares two dates and return true if they are within the same unit of time
|
| DateFormat — Class in package xp.utils |
|
Date formatting
|
| DateFormat(... rest) — Constructor in class xp.utils.DateFormat |
|
Constructs a DateFormat using the given pattern and the default date format symbols for the given locale. |
| DateSymbols — Class in package xp.utils |
|
Represents the Date symbols for a specific locale
|
| DateSymbols(locale) — Constructor in class xp.utils.DateSymbols |
|
Constructor
On creation the date symbols data will be read from the locale
|
| DateTimeAxis — Class in package xp.charting |
| |
| DateTimeAxis() — Constructor in class xp.charting.DateTimeAxis |
|
Constructor
|
| dateTimeElements — Property in class xp.utils.DateSymbols |
|
date time patterns
|
| dateTimePatterns — Property in class xp.utils.DateSymbols |
|
date time patterns
|
| DateTimeUtils — Class in package xp.utils |
| |
| DateTimeValueAxis — Class in package xp.charting |
| |
| DateTimeValueAxis() — Constructor in class xp.charting.DateTimeValueAxis |
| |
| day — Property in class xp.utils.TDateTime |
| |
| DAY — Constant static property in class xp.utils.DateTimeUtils |
| |
| DAY_OF_MONTH — Constant static property in class xp.utils.Calendar |
| |
| DAY_OF_WEEK — Constant static property in class xp.utils.Calendar |
| |
| DAY_OF_WEEK_IN_MONTH — Constant static property in class xp.utils.Calendar |
| |
| DAY_OF_YEAR — Constant static property in class xp.utils.Calendar |
| |
| days — Property in class xp.utils.TimeInterval |
| |
| deactivate() — Method in class xp.charting.ChartDisplayElement |
| |
| debug — Static property in class xp.charting.ChartArea |
| |
| decimals — Property in class xp.utils.Currency |
|
Gets the default number of fraction digits used with this currency. |
| decimalSeparator — Property in class xp.utils.NumberFormat |
| |
| decimalSeparator — Property in class xp.utils.NumberSymbols |
|
The decimalSeparator symbol
|
| decodeField(items, inputField, outputField) — Method in class xp.charting.Axis |
|
Decode the value of a field in an array of items
|
| decodeField(items, inputField, outputField) — Method in class xp.charting.CategoryAxis |
| |
| decodeField(items, inputField, outputField) — Method in class xp.charting.DateTimeAxis |
| |
| decodeField(items, inputField, outputField) — Method in class xp.charting.LinearAxis |
|
|
| decodeImageData() — Method in class xp.graphics.GIFDecoder |
|
Decodes LZW image data into pixel array. |
| decodeValue(value) — Method in class xp.charting.Axis |
|
Decode a single value into a number
|
| decodeValue(value) — Method in class xp.charting.DateTimeAxis |
| |
| DEFAULT — Constant static property in class xp.utils.DateFormat |
| |
| DEFAULT — Constant static property in class xp.utils.NumberFormat |
| |
| defaultAlpha — Property in class xp.charting.Palette |
| |
| defaultDataFormat — Static property in class xp.utils.DateFormat |
|
The default pattern for database string data
Set to "yyyy-MM-ddTHH:mm:ss.Sz" in ApplicationProperties
If set here will override the value in ApplicationProperties
|
| defaultDateDataFormat — Property in class xp.core.ApplicationProperties |
|
The pattern to convert string server data to dates. |
| defaultDateDisplayFormat — Property in class xp.core.ApplicationProperties |
|
The default date display format to select from the preset locale definitions. |
| defaultDayNames — Constant static property in class xp.utils.DateTimeUtils |
| |
| defaultDisplayFormat — Static property in class xp.utils.DateFormat |
|
The default pattern for display one of full long short medium
Set to "short" in ApplicationProperties
If set here will override the value in ApplicationProperties
|
| DEFAULT_FILL — Constant static property in class xp.skins.RectangularBorder |
| |
| defaultGradientAngle — Property in class xp.charting.Palette |
| |
| defaultGradientColor — Property in class xp.charting.Palette |
| |
| defaultLocale — Property in class xp.locales.LocaleManager |
| |
| defaultMonthNames — Constant static property in class xp.utils.DateTimeUtils |
| |
| DEFAULT_STROKE — Constant static property in class xp.skins.RectangularBorder |
| |
| defaultStrokeWidth — Property in class xp.charting.Palette |
| |
| deferLayout(state) — Method in class xp.skins.ProgrammaticSkin |
| |
| _deferLayout — Property in class xp.skins.ProgrammaticSkin |
| |
| deferRender(defer) — Method in class xp.charting.ChartTextField |
| |
| deflate(rc, m) — Static method in class xp.graphics.Thickness |
|
Deflates the specified rectangle by the this Thickness
|
| degToRad — Constant static property in class xp.charting.ChartUtils |
| |
| delay — Property in class xp.graphics.GIFDecoder |
| |
| determineTextFormatFromStyles() — Method in class xp.charting.ChartStyleClient |
|
|
| digit — Property in class xp.utils.NumberSymbols |
|
The digit symbol
|
| direction — Property in class xp.charting.effects.BlindsEffect |
| |
| direction — Property in class xp.charting.effects.DissolveEffect |
| |
| direction — Property in class xp.charting.effects.SlideEffect |
| |
| DIRECTION_HORIZONTAL — Constant static property in class xp.core.UIConstants |
| |
| DIRECTION_VERTICAL — Constant static property in class xp.core.UIConstants |
| |
| disabledColor — Style in class xp.charting.Chart |
|
Color of text in the component if it is disabled. |
| disabledColor — Style in class xp.charting.DataTip |
|
Color of text in the component if it is disabled. |
| displayName — Property in class xp.charting.Axis |
|
The name or title to display in dataTips/dataLabels
|
| displayName — Property in class xp.charting.Series |
|
name for this series
|
| dispose — Property in class xp.graphics.GIFDecoder |
| |
| disposition — Property in class xp.charting.AxisItem |
| |
| DissolveEffect — Class in package xp.charting.effects |
| |
| DissolveEffect(target, mode) — Constructor in class xp.charting.effects.DissolveEffect |
| |
| distance(x, y) — Static method in class xp.charting.ChartUtils |
|
calculate the distance of a point from the origin
|
| distance(x, y) — Static method in class xp.utils.MathUtils |
|
calculate the distance of a point from the origin
|
| DoughnutSeries — Class in package xp.charting |
| |
| DoughnutSeries() — Constructor in class xp.charting.DoughnutSeries |
| |
| downFill — Style in class xp.charting.CandlestickSeries |
|
Sets the declining fill for this data series, used when the closing value of an element is less than the opening value. |
| dPeriod — Property in class xp.charting.StochasticSeries |
| |
| dragDropHandler(event) — Method in class xp.charting.Chart |
|
Handles DragEvent.DRAG_DROP events. |
| dragEnterHandler(event) — Method in class xp.charting.Chart |
|
Handles DragEvent.DRAG_ENTER events. |
| dragExitHandler(event) — Method in class xp.charting.Chart |
|
Handles DragEvent.DRAG_EXIT events. |
| dragOverHandler(event) — Method in class xp.charting.Chart |
|
Handles DragEvent.DRAG_OVER events. |
| draw3DSegment(tgt, radius, innerBand, bA, eA, startAngle, angleX, angleY, dropHeight) — Static method in class xp.charting.PieSliceRenderer |
| |
| drawAxis(unscaledWidth, unscaledHeight) — Method in class xp.charting.Axis |
|
Draw the axis
|
| drawAxis(unscaledWidth, unscaledHeight) — Method in class xp.charting.LogAxis |
| |
| drawAxisLine(w, h, axisItems) — Method in class xp.charting.AxisRenderer |
|
Draw the axisline
|
| drawBorder(w, h) — Method in class xp.charting.borders.ChartBorder |
| |
| drawBorder(w, h) — Method in class xp.charting.borders.ChartBorderSkin |
| |
| drawBorder(w, h) — Method in class xp.skins.RectangularBorder |
| |
| drawDropLines() — Method in class xp.charting.AreaSeries |
| |
| drawDropLines() — Method in class xp.charting.AxisSeries |
| |
| drawGridBands(w, h, axisItems) — Method in class xp.charting.AxisRenderer |
|
Draw an single axis gridline
|
| drawGridLines(w, h, axisItems) — Method in class xp.charting.AxisRenderer |
|
Draw the axis gridlines
|
| drawHGridLines(w, h, axisItems) — Method in class xp.charting.AxisRenderer |
| |
| drawHorizontalLabels(w, h, axisItems) — Method in class xp.charting.AxisRenderer |
| |
| drawHorizontalMarks(w, h, axisItems) — Method in class xp.charting.AxisRenderer |
| |
| drawLabel(item, i, x, y, position) — Method in class xp.charting.AxisSeries |
| |
| drawLabel(item, index, x, y, position) — Method in class xp.charting.PieSeries |
| |
| drawLabel(dataItem, i, xEnd, yEnd, position) — Method in class xp.charting.Series |
| |
| drawLabel(unscaledWidth, unscaledHeight) — Method in class xp.controls.XPLabel |
| |
| drawLabels(w, h, axisItems) — Method in class xp.charting.AxisRenderer |
| |
| drawLabels() — Method in class xp.charting.AxisSeries |
| |
| drawLabels() — Method in class xp.charting.PieSeries |
| |
| drawMarkers() — Method in class xp.charting.AxisSeries |
| |
| drawMarks(w, h, axisItems) — Method in class xp.charting.AxisRenderer |
|
Draw the axis TickMarks
|
| drawOrigin(w, h, axisItems) — Method in class xp.charting.AxisRenderer |
|
Draw an single axis gridline
|
| drawPlotAreaBackground(w, h) — Method in class xp.charting.borders.ChartBorder |
| |
| drawRoundRect(graphics, rc:xp.graphics:RoundRectangle) — Static method in class xp.graphics.GraphicUtils |
|
Draws a rounded rectangle using the size of a radius to draw the rounded corners. |
| drawSegment(tgt, radius, innerBand, bA, eA, startAngle, angleX, angleY, dropHeight) — Static method in class xp.charting.PieSliceRenderer |
| |
| drawSeries() — Method in class xp.charting.AxisSeries |
|
draw this series
|
| drawSeries() — Method in class xp.charting.PieSeries |
| |
| drawSeries() — Method in class xp.charting.Series |
|
draw this series
|
| drawVerticalLabels(w, h, axisItems) — Method in class xp.charting.AxisRenderer |
| |
| drawVerticalMarks(w, h, axisItems) — Method in class xp.charting.AxisRenderer |
| |
| drawVGridLines(w, h, axisItems) — Method in class xp.charting.AxisRenderer |
| |
| drawWedge(item:xp.charting:PolarDataItem) — Method in class xp.charting.DoughnutSeries |
| |
| drawWedge(item:xp.charting:PolarDataItem) — Method in class xp.charting.PieSeries |
| |
| dropEnabled — Property in class xp.charting.Chart |
|
A flag that indicates whether dragged items can be dropped onto the
control. |
| dropHeight — Property in class xp.charting.PieSeries |
|
The depth of a 3D slice
|
| dropLines — Property in class xp.charting.AxisSeries |
| |
| dropLineStroke — Style in class xp.charting.AreaSeries |
|
Sets the stroke to use for droplines
|
| _dropLineStroke — Property in class xp.charting.AxisSeries |
| |
| dropLineStroke — Style in class xp.charting.CurveSeries |
|
Sets the stroke to use for droplines
|
| dropLineStroke — Style in class xp.charting.LineSeries |
|
Sets the stroke to use for droplines
|
| dropShadowColor — Style in class xp.charting.Axis |
|
Color of the drop shadow. |
| dropShadowColor — Style in class xp.charting.Chart |
|
Color of the drop shadow. |
| dropShadowColor — Style in class xp.charting.DataTip |
|
Color of the drop shadow. |
| dropShadowColor — Style in class xp.charting.Legend |
|
Color of the drop shadow. |
| dropShadowColor — Style in class xp.charting.LegendItem |
|
Color of the drop shadow. |
| dropShadowColor — Style in class xp.controls.ImageBox |
|
Color of the drop shadow. |
| dropShadowEnabled — Style in class xp.charting.Axis |
|
Boolean property that specifies whether the component has a visible
drop shadow. |
| dropShadowEnabled — Style in class xp.charting.Chart |
|
Boolean property that specifies whether the component has a visible
drop shadow. |
| dropShadowEnabled — Style in class xp.charting.Chart |
|
Boolean property that specifies whether the component has a visible
drop shadow. |
| dropShadowEnabled — Style in class xp.charting.DataTip |
|
Boolean property that specifies whether the component has a visible
drop shadow. |
| dropShadowEnabled — Style in class xp.charting.Legend |
|
Boolean property that specifies whether the component has a visible
drop shadow. |
| dropShadowEnabled — Style in class xp.charting.LegendItem |
|
Boolean property that specifies whether the component has a visible
drop shadow. |
| dropShadowEnabled — Style in class xp.charting.Series |
|
Boolean property that specifies whether the component has a visible
drop shadow. |
| dropShadowEnabled — Style in class xp.controls.ImageBox |
|
Boolean property that specifies whether the component has a visible
drop shadow. |
| dropShadowManager — Constant static property in class xp.graphics.DropShadowManager |
| |
| DropShadowManager — Class in package xp.graphics |
| |
| DropShadowManager() — Constructor in class xp.graphics.DropShadowManager |
| |
| dropShadowStyleChanged — Property in class xp.charting.Series |
| |
| dropShadowStyleChanged — Property in class xp.skins.RectangularBorder |
| |
| dropShadowStyles — Constant property in class xp.graphics.DropShadowManager |
| |
| dropShadowTarget — Property in class xp.charting.Series |
| |
| DST_OFFSET — Constant static property in class xp.utils.Calendar |
| |
| duration — Property in class xp.utils.Tween |
|
The duration in ms of the tween
|
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |