ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Star Class / symCenter Field


In This Topic
    symCenter Field (Star)
    In This Topic
    Stores the center point of the symbol.
    Syntax
    'Declaration
     
    
    Protected symCenter As Point
    'Usage
     
    
    Dim instance As Star
    Dim value As Point
     
    value = instance.symCenter
     
    instance.symCenter = value
    protected Point symCenter
    See Also