ChartInfoChartWidth Property |
LightningChart .NET Help
Gets chart object's screen width.
The value is in pixels for WinForms applications and in DIPs for WPF applications.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic double ChartWidth { get; }Public ReadOnly Property ChartWidth As Double
Get
public:
property double ChartWidth {
double get ();
}Property Value
Type:
Double
See Also