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