Share via


ChartSmartLabel Members

Include Protected Members
Include Inherited Members

Defines the behavior of smart labels.

The ChartSmartLabel type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property AllowOutSidePlotArea Indicates whether datapoint labels can be drawn outside of the plot area.
Public property CalloutBackColor Fill color of the box around the point label text when the CalloutStyle is Box().
Public property CalloutLineAnchor Shape that should be drawn on the point end of the callout line.
Public property CalloutLineColor Color of the callout line.
Public property CalloutLineStyle Style of the callout line.
Public property CalloutLineWidth Width of the callout line.
Public property CalloutStyle Style to use when drawing the callout lines.
Public property Disabled Indicates smart labels should be turned off.
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property MarkerOverlapping Indicates point labels are allowed to overlap point markers.
Public property MaxMovingDistance The maximum distance from the data point that data point labels are allowed to be moved in case of overlapping.
Public property MinMovingDistance The minimum distance from the data point that data point labels will be moved in case of overlapping.
Public property NoMoveDirections Gets a value that indicates the directions the smart label cannot move.
Public property ShowOverlapped Indicates labels should be displayed even when overlapping issues cannot be resolved.

Top