ChartFillFormat.UserTextured(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fills the specified shape with small tiles of an image.
public:
void UserTextured(System::String ^ TextureFile);
public void UserTextured (string TextureFile);
abstract member UserTextured : string -> unit
Public Sub UserTextured (TextureFile As String)
Parameters
- TextureFile
- String
Remarks
If you want to fill the shape with one large image, use the UserPicture(Object, Object, Object, Object) method.