TwoHistogramsAndLineHistogramWidth1 Property |
LightningChart .NET Help
Gets or sets the bar width of the first histogram.
Namespace:
Arction.CustomControls.Trader.WinForms.TechnicalIndicators
Assembly:
Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(double), "5")]
public double HistogramWidth1 { get; set; }<DefaultValueAttribute(GetType(Double), "5")>
Public Property HistogramWidth1 As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"5")]
property double HistogramWidth1 {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also