ChartStripLine Class

 

Updated: February 25, 2016

Represents a custom strip line for an axis.

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

System::Object
  Microsoft.ReportingServices.OnDemandReportRendering::ChartObjectCollectionItem<T>
    Microsoft.ReportingServices.OnDemandReportRendering::ChartStripLine

public ref class ChartStripLine sealed : ChartObjectCollectionItem<ChartStripLineInstance^>, 
	IROMStyleDefinitionContainer

NameDescription
System_CAPS_pubpropertyActionInfo

Gets the actions for the strip line.

System_CAPS_pubpropertyFieldsUsedInValueExpression

Gets the fields that are used in a value expression.

System_CAPS_pubpropertyInstance

Gets the report instance object that contains the calculated values of this report definition object.

System_CAPS_pubpropertyInterval

Gets an expression that evaluates to the size of the strip line.

System_CAPS_pubpropertyIntervalOffset

Gets an expression that evaluates to the offset from the previous strip line or axis min (for the first strip line).

System_CAPS_pubpropertyIntervalOffsetType

Gets an expression that evaluates to the units for the IntervalOffset.

System_CAPS_pubpropertyIntervalType

Gets an expression that evaluates to the units for the Interval.

System_CAPS_pubpropertyStripWidth

Gets an expression that evaluates to the width of the strip line.

System_CAPS_pubpropertyStripWidthType

Gets an expression that evaluates to the units for the StripWidth.

System_CAPS_pubpropertyStyle

Gets the style properties of this report definition object.

System_CAPS_pubpropertyTextOrientation

Gets an expression that evaluates to the orientation of the title text.

System_CAPS_pubpropertyTitle

Gets an expression that evaluates to the title for the strip line.

System_CAPS_pubpropertyTitleAngle

Obsolete. Gets the angle of the title text.

System_CAPS_pubpropertyToolTip

Gets an expression that evaluates to the tool tip to display for the strip line.

System_CAPS_pubpropertyUniqueName

Gets the unique identifier for this report definition object.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: