Search
ImageComponent.Location Property
See Also
 






Gets or sets the image by its file location.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public string Location { get; set; }

Visual Basic  Copy Code

Public Property Location As String

 Property Value

A string value.

 See Also