dotnetCHARTING Send comments on this topic.
Size Property
See Also 
dotnetCHARTING Namespace > ElementMarker Class : Size Property


Gets or sets the size of this element marker.

Syntax

Visual Basic (Declaration) 
Public Property Size As Integer
Visual Basic (Usage)Copy Code
Dim instance As ElementMarker
Dim value As Integer
 
instance.Size = value
 
value = instance.Size
C# 
public int Size {get; set;}

Return Value

Maximum width or height of this marker.

Example

See Also

© 2010 All Rights Reserved.