BoxPlotOutsideMarkers Property |
The outside markers of the BoxPlot elements.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual ChartNode OutsideMarkers { get; }
Public Overridable ReadOnly Property OutsideMarkers As ChartNode
Get
public:
virtual property ChartNode^ OutsideMarkers {
ChartNode^ get ();
}
abstract OutsideMarkers : ChartNode with get
override OutsideMarkers : ChartNode with get
Property Value
Type:
ChartNode
A
ChartNode which contains the "OutsideMarkers" attribute
value.
See Also