Search Results: "Zanechat komentář" "URL internetov%E9 str%E1nky" 00webhost
- All Results 259
- Guides 82
- Reference 177
- Technical Demos
- Support Center
dxChart StackedSplineAreaSeries point 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
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
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
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
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