Class ChartViewContentPresenter
Inheritance
System.Object
ChartViewContentPresenter
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class ChartViewContentPresenter : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
ChartViewContentPresenter(ContentPresenter)
Declaration
public ChartViewContentPresenter(ContentPresenter contentpresenter)
Parameters
ContentPresenter
contentpresenter
|
Properties
CanvasLeft
Declaration
public double CanvasLeft { get; }
Property Value
System.Double
|
CanvasTop
Declaration
public double CanvasTop { get; }
Property Value
System.Double
|
ContentPresenter
ContentPresenterHeight
Declaration
public double ContentPresenterHeight { get; }
Property Value
System.Double
|
ContentPresenterWidth
Declaration
public double ContentPresenterWidth { get; }
Property Value
System.Double
|
Labels
Declaration
public IList<ChartViewAxisLabel> Labels { get; }
Property Value
System.Collections.Generic.IList<ChartViewAxisLabel>
|