Version

DataAnnotationItem Class Members

The following tables list the members exposed by DataAnnotationItem.

Public Constructors
 NameDescription
Public ConstructorDataAnnotationItem ConstructorCreates an instance of DataAnnotationItem  
Public Properties
 NameDescription
Public PropertyCenterLabelXGets or sets a label displayed at center annotation shape on x-axis  
Public PropertyCenterLabelYGets or sets a label displayed at center annotation shape on y-axis  
Public PropertyDataIndexGets data index associated with the annotation  
Public PropertyEndLabelXGets or sets a label displayed at end annotation shape on x-axis  
Public PropertyEndLabelYGets or sets a label displayed at end annotation shape on y-axis  
Public PropertyShapeBrushGets or sets fill brush of the annotation shape  
Public PropertyShapeCenterXGets X coordinate for the center of annotation shape  
Public PropertyShapeCenterYGets Y coordinate for the center of annotation shape  
Public PropertyShapeEndXGets X coordinate for the end of annotation shape  
Public PropertyShapeEndYGets Y coordinate for the end of annotation shape  
Public PropertyShapeOutlineGets or sets outline brush of the annotation shape  
Public PropertyShapeStartXGets X coordinate for the start of annotation shape  
Public PropertyShapeStartYGets Y coordinate for the start of annotation shape  
Public PropertyShapeThicknessGets or sets outline thickness of the annotation shape  
Public PropertyStartLabelXGets or sets a label displayed at start annotation shape on x-axis  
Public PropertyStartLabelYGets or sets a label displayed at start annotation shape on y-axis  
Public Methods
 NameDescription
Public MethodResetResets all the properties to their default values  
Public MethodResetCenterLabelXResets the CenterLabelX property to its default value.  
Public MethodResetCenterLabelYResets the CenterLabelY property to its default value.  
Public MethodResetEndLabelXResets the EndLabelX property to its default value.  
Public MethodResetEndLabelYResets the EndLabelY property to its default value.  
Public MethodResetShapeBrushResets the ShapeBrush property to its default value.  
Public MethodResetShapeOutlineResets the ShapeOutline property to its default value.  
Public MethodResetShapeThicknessResets the ShapeThickness property to its default value.  
Public MethodResetStartLabelXResets the StartLabelX property to its default value.  
Public MethodResetStartLabelYResets the StartLabelY property to its default value.  
Protected Methods
 NameDescription
Protected MethodShouldSerializeCenterLabelXIndicates if the CenterLabelX property needs to be serialized.  
Protected MethodShouldSerializeCenterLabelYIndicates if the CenterLabelY property needs to be serialized.  
Protected MethodShouldSerializeEndLabelXIndicates if the EndLabelX property needs to be serialized.  
Protected MethodShouldSerializeEndLabelYIndicates if the EndLabelY property needs to be serialized.  
Protected MethodShouldSerializeShapeBrushIndicates if the ShapeBrush property needs to be serialized.  
Protected MethodShouldSerializeShapeOutlineIndicates if the ShapeOutline property needs to be serialized.  
Protected MethodShouldSerializeShapeThicknessIndicates if the ShapeThickness property needs to be serialized.  
Protected MethodShouldSerializeStartLabelXIndicates if the StartLabelX property needs to be serialized.  
Protected MethodShouldSerializeStartLabelYIndicates if the StartLabelY property needs to be serialized.  
See Also