ChartSmartLabel 类
Defines the behavior of smart labels.
继承层次结构
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering..::..ChartSmartLabel
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public NotInheritable Class ChartSmartLabel
用法
Dim instance As ChartSmartLabel
public sealed class ChartSmartLabel
public ref class ChartSmartLabel sealed
[<SealedAttribute>]
type ChartSmartLabel = class end
public final class ChartSmartLabel
ChartSmartLabel 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
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. |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Equals | (从 Object 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。