Specific series point marks dimensions
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class DimensionsSeriesPointMark : Dimensions, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectDimensionsDimensionsSeriesPointMark
Implements:
Inherited Members
Constructors
Create new instance of DimensionsSeriesPointMark class.
C#
public DimensionsSeriesPointMark()
Create new instance of DimensionsSeriesPointMark class.
C#
public DimensionsSeriesPointMark(object containerObject)
Container element.
Properties
Specifies margins of element.
C#
[Browsable(false)]
[SkinnableProperty]
public override ChartMargins Margins { get; set; }
Overrides:
Specifies paddings of element.
C#
[Browsable(false)]
[SkinnableProperty]
public override ChartPaddings Paddings { get; set; }
Overrides:
Methods
Clone()
object
Clone this object.
C#
public override object Clone()
object
New instance of DimensionsSeriesPointMark class with the same fields as this object.
Overrides:
Resets Height to default values
C#
protected override void ResetHeight()
Overrides:
Resets Width to default values
C#
protected override void ResetWidth()
Overrides: