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


Gets or sets a value that indicates whether repeating ImageBar templates will sync the number of times they repeat with the element's value.

Syntax

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

Example

See Also

© 2010 All Rights Reserved.