Gets a collection of minor tick marks.
Namespace: Mindscape.SilverlightElements.ChartingAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public ReadOnlyCollection<Border> MinorTickMarks { get; private set; } |
| Visual Basic |
|---|
Public Property MinorTickMarks As ReadOnlyCollection(Of Border) Get Private Set |
| Visual C++ |
|---|
public: property ReadOnlyCollection<Border^>^ MinorTickMarks { ReadOnlyCollection<Border^>^ get (); private: void set (ReadOnlyCollection<Border^>^ value); } |