LocatingStyle Constructor (ChartDimensionsBase) |
Creates new instance of LayoutStyle class.
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic LocatingStyle(
ChartDimensionsBase dimensions
)
Public Sub New (
dimensions As ChartDimensionsBase
)
public:
LocatingStyle(
ChartDimensionsBase^ dimensions
)
new :
dimensions : ChartDimensionsBase -> LocatingStyle
Parameters
- dimensions
- Type: Kettic.AspNet.Controls.ChartModel.StylesChartDimensionsBase
Dimensions of element.
See Also