CaptionChartMarginsBottom Property |
Sets the bottom margin in pixels or percent of the chart's height.
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic override Unit Bottom { get; set; }
Public Overrides Property Bottom As Unit
Get
Set
public:
virtual property Unit^ Bottom {
Unit^ get () override;
void set (Unit^ value) override;
}
abstract Bottom : Unit with get, set
override Bottom : Unit with get, set
Property Value
Type:
Unit
See Also