dotnetCHARTING Send comments on this topic.
ImageBarTemplate Property
See Also 
dotnetCHARTING Namespace > Series Class : ImageBarTemplate Property


Gets or sets the path and file name of the image bar template used when drawing elements of this series.

Syntax

Visual Basic (Declaration) 
Public Property ImageBarTemplate As String
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As String
 
instance.ImageBarTemplate = value
 
value = instance.ImageBarTemplate
C# 
public string ImageBarTemplate {get; set;}

Example

See Also

© 2010 All Rights Reserved.