Class RangeSelectorChartScaleContainerElement
Inheritance
System.Object
RangeSelectorChartScaleContainerElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class RangeSelectorChartScaleContainerElement : RangeSelectorScaleContainerElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RangeSelectorChartScaleContainerElement()
Declaration
public RangeSelectorChartScaleContainerElement()
Properties
LabelsOffset
Declaration
public int LabelsOffset { get; set; }
Property Value
System.Int32
|
PloteMode
Gets or sets the plot mode.
Declaration
public AxisPlotMode PloteMode { get; set; }
Property Value
AxisPlotMode
The plot mode. |
ShowAllLabels
Declaration
public bool ShowAllLabels { get; set; }
Property Value
System.Boolean
|
Title
Gets or sets the title.
Declaration
public string Title { get; }
Property Value
System.String
The title. |
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|