ChartSmartLabel Members
Include Protected Members
Include Inherited Members
Defines the behavior of smart labels.
The ChartSmartLabel type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
AllowOutSidePlotArea | Indicates whether datapoint labels can be drawn outside of the plot area. | |
CalloutBackColor | Fill color of the box around the point label text when the CalloutStyle is Box(). | |
CalloutLineAnchor | Shape that should be drawn on the point end of the callout line. | |
CalloutLineColor | Color of the callout line. | |
CalloutLineStyle | Style of the callout line. | |
CalloutLineWidth | Width of the callout line. | |
CalloutStyle | Style to use when drawing the callout lines. | |
Disabled | Indicates smart labels should be turned off. | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
MarkerOverlapping | Indicates point labels are allowed to overlap point markers. | |
MaxMovingDistance | The maximum distance from the data point that data point labels are allowed to be moved in case of overlapping. | |
MinMovingDistance | The minimum distance from the data point that data point labels will be moved in case of overlapping. | |
NoMoveDirections | Gets a value that indicates the directions the smart label cannot move. | |
ShowOverlapped | Indicates labels should be displayed even when overlapping issues cannot be resolved. |
Top