ChartAlignType Class
Defines which aspects of the chart area should be aligned with the target chart area.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ChartAlignType
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ChartAlignType
'Usage
Dim instance As ChartAlignType
public sealed class ChartAlignType
public ref class ChartAlignType sealed
[<SealedAttribute>]
type ChartAlignType = class end
public final class ChartAlignType
The ChartAlignType type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AxesView | Indicates the chart areas should align on axes views. |
![]() |
Cursor | Indicates the chart areas should align on cursors. |
![]() |
InnerPlotPosition | Indicates the chart areas should align on inner plot positions. |
![]() |
Instance | Gets the report instance object that contains the calculated values of this report definition object. |
![]() |
Position | Indicates the chart areas should align on chart area positions. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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.