ChartStripLine Class

Represents a custom strip line for an axis.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<ChartStripLineInstance>
    Microsoft.ReportingServices.OnDemandReportRendering.ChartStripLine

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

Syntax

'Declaration
Public NotInheritable Class ChartStripLine _
    Inherits ChartObjectCollectionItem(Of ChartStripLineInstance) _
    Implements IROMStyleDefinitionContainer
'Usage
Dim instance As ChartStripLine
public sealed class ChartStripLine : ChartObjectCollectionItem<ChartStripLineInstance>, 
    IROMStyleDefinitionContainer
public ref class ChartStripLine sealed : public ChartObjectCollectionItem<ChartStripLineInstance^>, 
    IROMStyleDefinitionContainer
[<SealedAttribute>]
type ChartStripLine =  
    class
        inherit ChartObjectCollectionItem<ChartStripLineInstance>
        interface IROMStyleDefinitionContainer
    end
public final class ChartStripLine extends ChartObjectCollectionItem<ChartStripLineInstance> implements IROMStyleDefinitionContainer

The ChartStripLine type exposes the following members.

Properties

  Name Description
Public property ActionInfo Gets the actions for the strip line.
Public property FieldsUsedInValueExpression Gets the fields that are used in a value expression.
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property Interval Gets an expression that evaluates to the size of the strip line.
Public property IntervalOffset Gets an expression that evaluates to the offset from the previous strip line or axis min (for the first strip line).
Public property IntervalOffsetType Gets an expression that evaluates to the units for the IntervalOffset.
Public property IntervalType Gets an expression that evaluates to the units for the Interval.
Public property StripWidth Gets an expression that evaluates to the width of the strip line.
Public property StripWidthType Gets an expression that evaluates to the units for the StripWidth.
Public property Style Gets the style properties of this report definition object.
Public property TextOrientation Gets an expression that evaluates to the orientation of the title text.
Public property Title Gets an expression that evaluates to the title for the strip line.
Public property TitleAngle Obsolete. Gets the angle of the title text.
Public property ToolTip Gets an expression that evaluates to the tool tip to display for the strip line.
Public property UniqueName Gets the unique identifier for this report definition object.

Top

Methods

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

Top

Fields

  Name Description
Protected field m_instance Infrastructure. (Inherited from ChartObjectCollectionItem<T>.)

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.