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
Public property AxesView Indicates the chart areas should align on axes views.
Public property Cursor Indicates the chart areas should align on cursors.
Public property InnerPlotPosition Indicates the chart areas should align on inner plot positions.
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property Position Indicates the chart areas should align on chart area positions.

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