ChartSmartLabel Class

 

Updated: February 25, 2016

Defines the behavior of smart labels.

Namespace:   Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

System::Object
  Microsoft.ReportingServices.OnDemandReportRendering::ChartSmartLabel

public ref class ChartSmartLabel sealed 

NameDescription
System_CAPS_pubpropertyAllowOutSidePlotArea

Gets an expression that evaluates to a value that indicates whether data point labels can be drawn outside of the plot area.

System_CAPS_pubpropertyCalloutBackColor

Gets an expression that evaluates to the fill color of the box around the point label text when the CalloutStyle is CalloutStyle.

System_CAPS_pubpropertyCalloutLineAnchor

Gets an expression that evaluates to the shape that should be drawn on the point end of the callout line.

System_CAPS_pubpropertyCalloutLineColor

Gets an expression that evaluates to the color of the callout line.

System_CAPS_pubpropertyCalloutLineStyle

Gets an expression that evaluates to the style of the callout line.

System_CAPS_pubpropertyCalloutLineWidth

Gets an expression that evaluates to the width of the callout line.

System_CAPS_pubpropertyCalloutStyle

Gets an expression that evaluates to the style to use when drawing the callout lines.

System_CAPS_pubpropertyDisabled

Gets an expression that evaluates to a value that indicates smart labels should be turned off.

System_CAPS_pubpropertyInstance

Gets the report instance object that contains the calculated values of this report definition object.

System_CAPS_pubpropertyMarkerOverlapping

Gets an expression that evaluates to a value that indicates point labels are allowed to overlap point markers.

System_CAPS_pubpropertyMaxMovingDistance

Gets an expression that evaluates to the maximum distance from the data point that data point labels are allowed to be moved in case of overlapping.

System_CAPS_pubpropertyMinMovingDistance

Gets an expression that evaluates to the minimum distance from the data point that data point labels will be moved in case of overlapping.

System_CAPS_pubpropertyNoMoveDirections

Gets the directions the smart label must not move.

System_CAPS_pubpropertyShowOverlapped

Gets an expression that evaluates to a value that indicates whether labels should be displayed even when overlapping issues cannot be resolved.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: