Gets the collection of MarkedStripe objects used to render the MarkedStripeGrid.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Collection<MarkedStripe> MarkedStripes { get; }
Visual Basic
Public ReadOnly Property MarkedStripes As Collection(Of MarkedStripe)
	Get
Visual C++
public:
property Collection<MarkedStripe^>^ MarkedStripes {
	Collection<MarkedStripe^>^ get ();
}

See Also