ChartNodeSetFillPaint Method (Uri) |
Sets the "FillPaint" attribute value.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetFillPaint(
Uri uriImage
)
Public Overridable Sub SetFillPaint (
uriImage As Uri
)
public:
virtual void SetFillPaint(
Uri^ uriImage
)
abstract SetFillPaint :
uriImage : Uri -> unit
override SetFillPaint :
uriImage : Uri -> unit
Parameters
- uriImage
- Type: SystemUri
A Uri which specifies the location of an image used to set the
"FillPaint" attribute.
See Also