ChartSmartLabel Class

Defines the behavior of smart labels.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartSmartLabel

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

Syntax

'Declaration
Public NotInheritable Class ChartSmartLabel
'Usage
Dim instance As ChartSmartLabel
public sealed class ChartSmartLabel
public ref class ChartSmartLabel sealed
[<SealedAttribute>]
type ChartSmartLabel =  class end
public final class ChartSmartLabel

The ChartSmartLabel type exposes the following members.

Properties

  Name Description
Public property AllowOutSidePlotArea Gets an expression that evaluates to a value that indicates whether data point labels can be drawn outside of the plot area.
Public property CalloutBackColor Gets an expression that evaluates to the fill color of the box around the point label text when the CalloutStyle is Box.
Public property CalloutLineAnchor Gets an expression that evaluates to the shape that should be drawn on the point end of the callout line.
Public property CalloutLineColor Gets an expression that evaluates to the color of the callout line.
Public property CalloutLineStyle Gets an expression that evaluates to the style of the callout line.
Public property CalloutLineWidth Gets an expression that evaluates to the width of the callout line.
Public property CalloutStyle Gets an expression that evaluates to the style to use when drawing the callout lines.
Public property Disabled Gets an expression that evaluates to a value that 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 Gets an expression that evaluates to a value that indicates point labels are allowed to overlap point markers.
Public property MaxMovingDistance 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.
Public property MinMovingDistance Gets an expression that evaluates to the minimum distance from the data point that data point labels will be moved in case of overlapping.
Public property NoMoveDirections Gets the directions the smart label must not move.
Public property ShowOverlapped Gets an expression that evaluates to a value that indicates whether labels should be displayed even when overlapping issues cannot be resolved.

Top

Methods

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

Top

Thread Safety

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

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace