Search Results: "Zanechat komentář" "URL internetov%E9 str%E1nky" 00webhost

dxChart StackedSplineAreaSeries point image

Reference
Substitutes the standard point symbols with an image.

To display an image instead of series points, assign its URL to the url property. If needed, resize the image using the height and width properties. Otherwise, you can assign the URL directly... area series, you may want to specify different heights for the minimum and maximum points. In that instance, set the height property to an object with the rangeMinPoint and rangeMaxPoint fields. url

dxChart StackedSplineSeries point image

Reference
Substitutes the standard point symbols with an image.

To display an image instead of series points, assign its URL to the url property. If needed, resize the image using the height and width properties. Otherwise, you can assign the URL directly... area series, you may want to specify different heights for the minimum and maximum points. In that instance, set the height property to an object with the rangeMinPoint and rangeMaxPoint fields. url

dxChart StepAreaSeries point image

Reference
Substitutes the standard point symbols with an image.

To display an image instead of series points, assign its URL to the url property. If needed, resize the image using the height and width properties. Otherwise, you can assign the URL directly... area series, you may want to specify different heights for the minimum and maximum points. In that instance, set the height property to an object with the rangeMinPoint and rangeMaxPoint fields. url

dxChart StepLineSeries point image

Reference
Substitutes the standard point symbols with an image.

To display an image instead of series points, assign its URL to the url property. If needed, resize the image using the height and width properties. Otherwise, you can assign the URL directly... area series, you may want to specify different heights for the minimum and maximum points. In that instance, set the height property to an object with the rangeMinPoint and rangeMaxPoint fields. url

XmlaStore

Reference
The XmlaStore is a store that provides an interface for accessing an OLAP cube according to the XMLA standard.

The XmlaStore is used in the PivotGridDataSource which, in turn, is used in the PivotGrid UI component. jQuery JavaScript var store = new DevExpress.data.XmlaStore({ url: "http://my... DevExpress.data.PivotGridDataSource({ store: { type: "xmla", url: "http://my-web-srv01/OLAP/msmdpump.dll", catalog: "AdventureWorksDW2012", cube: "Adventure Works" }, // Other