SeriesStylePointDimentions Property |
Specifies the dimensions of points in point series
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public PointMarkerDimensions PointDimentions { get; set; }
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public Property PointDimentions As PointMarkerDimensions
Get
Set
public:
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
property PointMarkerDimensions^ PointDimentions {
PointMarkerDimensions^ get ();
void set (PointMarkerDimensions^ value);
}
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
member PointDimentions : PointMarkerDimensions with get, set
Property Value
Type:
PointMarkerDimensions
See Also