ChartPositionAlignedPosition Property |
Specifies aligned position in comprehensive figure
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 ContentAlignedPosition AlignedPosition { get; set; }
Public Overridable Property AlignedPosition As ContentAlignedPosition
Get
Set
public:
virtual property ContentAlignedPosition AlignedPosition {
ContentAlignedPosition get ();
void set (ContentAlignedPosition value);
}
abstract AlignedPosition : ContentAlignedPosition with get, set
override AlignedPosition : ContentAlignedPosition with get, set
Property Value
Type:
ContentAlignedPosition
See Also