Lines Matching refs:setPropertyValue

154 		aDiaProp.setPropertyValue("LineStyle", LineStyle.DASH);  in testAreaBordersProperties()
155 aDiaProp.setPropertyValue("LineColor", 0x00ff00); in testAreaBordersProperties()
180 aDiaProp.setPropertyValue("FillStyle", FillStyle.GRADIENT); in testAreaFillProperties()
181 aDiaProp.setPropertyValue("FillGradientName", "Radial red/yellow"); in testAreaFillProperties()
205 aDiaProp.setPropertyValue("FillStyle", FillStyle.SOLID); in testAreaTransparencyProperties()
206 aDiaProp.setPropertyValue("FillColor", 0xffff00); in testAreaTransparencyProperties()
207 aDiaProp.setPropertyValue("FillTransparence", 50); in testAreaTransparencyProperties()
230 aDiaProp.setPropertyValue("LineStyle", LineStyle.DASH); in testLegendBorderProperties()
231 aDiaProp.setPropertyValue("LineColor", 0x00ff00); in testLegendBorderProperties()
255 aDiaProp.setPropertyValue("FillStyle", FillStyle.SOLID); in testLegendFillAndTransparence()
256 aDiaProp.setPropertyValue("FillColor", 0xffff00); in testLegendFillAndTransparence()
257 aDiaProp.setPropertyValue("FillTransparence", 50); in testLegendFillAndTransparence()
280 aDiaProp.setPropertyValue("CharFontName", "Arial"); in testLegendCharFont()
281 aDiaProp.setPropertyValue("CharWeight", FontWeight.BOLD); in testLegendCharFont()
305 aDiaProp.setPropertyValue("CharColor", 0xffff00); in testLegendCharFontEffects()
306 aDiaProp.setPropertyValue("CharUnderline", FontUnderline.DOUBLE); in testLegendCharFontEffects()
307 aDiaProp.setPropertyValue("CharUnderlineColor", 0xffff00); in testLegendCharFontEffects()
308 aDiaProp.setPropertyValue("CharRelief", FontRelief.ENGRAVED); in testLegendCharFontEffects()
338 aDiaProp.setPropertyValue("Alignment", ChartLegendPosition.LEFT); in testLegendposition()
362 aDiaProp.setPropertyValue("String", "TestTitle"); in testTitleAndSubTitle()
365 aDiaProp2.setPropertyValue("String", "TestSubTitle"); in testTitleAndSubTitle()
378 aDiaProp.setPropertyValue("String", "AnotherTestTitle"); in testTitleAndSubTitle()
379 aDiaProp2.setPropertyValue("String", "AnotherTestSubTitle"); in testTitleAndSubTitle()
419 aDiaProp.setPropertyValue("DataCaption", ChartDataCaption.VALUE); in testDataLabel()
449 aDiaProp.setPropertyValue("LineColor", 0xffff00); in testGridLine()
474 aDiaProp.setPropertyValue("FillStyle", FillStyle.SOLID); in testWall()
475 aDiaProp.setPropertyValue("FillColor", 0xffff00); in testWall()