ChartStripLine Class
Updated: February 25, 2016
Represents a custom strip line for an axis.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Microsoft.ReportingServices.OnDemandReportRendering::ChartObjectCollectionItem<T>
Microsoft.ReportingServices.OnDemandReportRendering::ChartStripLine
| Name | Description | |
|---|---|---|
![]() | ActionInfo | Gets the actions for the strip line. |
![]() | FieldsUsedInValueExpression | Gets the fields that are used in a value expression. |
![]() | Instance | Gets the report instance object that contains the calculated values of this report definition object. |
![]() | Interval | Gets an expression that evaluates to the size of the strip line. |
![]() | IntervalOffset | Gets an expression that evaluates to the offset from the previous strip line or axis min (for the first strip line). |
![]() | IntervalOffsetType | Gets an expression that evaluates to the units for the IntervalOffset. |
![]() | IntervalType | Gets an expression that evaluates to the units for the Interval. |
![]() | StripWidth | Gets an expression that evaluates to the width of the strip line. |
![]() | StripWidthType | Gets an expression that evaluates to the units for the StripWidth. |
![]() | Style | Gets the style properties of this report definition object. |
![]() | TextOrientation | Gets an expression that evaluates to the orientation of the title text. |
![]() | Title | Gets an expression that evaluates to the title for the strip line. |
![]() | TitleAngle | Obsolete. Gets the angle of the title text. |
![]() | ToolTip | Gets an expression that evaluates to the tool tip to display for the strip line. |
![]() | UniqueName | Gets the unique identifier for this report definition object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.

