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