ChartNodeBarWidth Property |
The width of all of the groups of bars at each index.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double BarWidth { get; set; }
Public Overridable Property BarWidth As Double
Get
Set
public:
virtual property double BarWidth {
double get ();
void set (double value);
}
abstract BarWidth : float with get, set
override BarWidth : float with get, set
Property Value
Type:
Double
A
double which contains the "BarWidth" attribute value.
Remarks
By default, BarWidth = 0.5.
See Also