MindFusion.Charting Programmer's Guide

Bar.Height Property

See Also
 





Gets the height of this Bar.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public float Height { get; }

Visual Basic  Copy Code

Public ReadOnly Property Height As Single

 Property Value

A float value.

 Remarks

Gets the height of the bar, in pixels. The height of the bar depends on its Value and the maximum number at the axis at which the bars are plotted - X-axis for horizontal charts and Y-axis for vertical ones. The height also depends on AxisLength.

 See Also