LayoutDecoratorBaseLeft Property |
Sets the left side in pixels or percents of the chart's width.
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual Unit Left { get; set; }
Public Overridable Property Left As Unit
Get
Set
public:
virtual property Unit^ Left {
Unit^ get ();
void set (Unit^ value);
}
abstract Left : Unit with get, set
override Left : Unit with get, set
Property Value
Type:
Unit
See Also