ChartPaddings
Base paddings class
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(PaddingsConverter))]
public class ChartPaddings : LayoutDecoratorBase, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectLayoutDecoratorBaseChartPaddings
Derived Classes:
Implements:
Inherited Members
Constructors
Creates new instance of ChartPaddings class.
public ChartPaddings()
Creates new instance of ChartPaddings class.
public ChartPaddings(int top, int right, int bottom, int left)
Top padding in pixels
rightintRight padding in pixels
bottomintBottom padding in pixels
leftintLeft padding in pixels
Creates new instance of ChartPaddings class.
public ChartPaddings(object containerObject, Unit top, Unit right, Unit bottom, Unit left)
Container object
topUnitTop padding in pixels or percents
rightUnitRight padding in pixels or percents
bottomUnitBottom padding in pixels or percents
leftUnitLeft padding in pixels or percents
Creates new instance of ChartPaddings class.
public ChartPaddings(object containerObject)
Container element
Creates new instance of ChartPaddings class.
Methods
Converts the specified string to an instance of ChartPaddings class.
public static ChartPaddings Parse(string value, CultureInfo culture)
The string to convert from.
cultureCultureInfoCulture info
Returns:Instance of ChartPaddings class from the specified string
Converts the specified string to an instance of ChartPaddings class.
public static ChartPaddings Parse(string value)
The string to convert from.
Returns:Instance of ChartPaddings class from the specified string
Operators
Implicitly creates an instance of ChartPaddings class from the specified string.
public static implicit operator ChartPaddings(string value)
The string to parse
Returns:Instance of ChartPaddings class from the specified string