The ValueRendererArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
DataValue |
Gets the data value.
|
![]() |
DataValueProperties |
Gets the properties of the data value.
|
![]() |
FormattedValue |
Gets the formatted data value.
|
![]() |
Height |
Gets the height in pixels.
|
![]() |
PixelRatio |
Gets the size factor between logical and physical pixels. The Width, Height and Size properties of this class are all in logical pixels.
If the result is a bitmap, the Width and Height propertes should be multiplied by PixelRatio to provide an image with suitable resolution.
|
![]() |
Size |
Gets the size in pixels.
|
![]() |
Width |
Gets the width in pixels.
|
See Also