Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartBase Class
Fields Properties Methods Events

In This Topic
    ChartBase Class Members
    In This Topic

    The following tables list the members exposed by ChartBase.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Identifies the update animation dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Binding dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the CustomPalette dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the FooterAlignment dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Footer dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the FooterStyle dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the HeaderAlignment dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Header dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the HeaderStyle dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ItemsSource dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the LegendItemStyle dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the LegendOrientation dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the LegendPosition dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the LegendStyle dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the LegendTitle dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the LegendTitleStyle dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the LegendToggle dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the load animation dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Palette dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the PlotStyle dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the SelectedIndex dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the SelectionMode dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the SelectionStyle dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ShowTooltip dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ToolTipContent dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ToolTip dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the update animation dependency property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the update animation.  
    Public PropertyGets the behaviors collection.  
    Public PropertyGets or sets the name of the property that contains Y values for the series.  
    Public Property (Inherited from UIKit.UIView)
    Public PropertyGets or sets the custom chart palette.  
    Public PropertyGets or sets the chart footer text.  
    Public PropertyGets or sets chart footer alignment.  
    Public PropertyGets or sets chart footer style.  
    Public Property (Inherited from Foundation.NSObject)
    Public PropertyGets or sets the chart header text.  
    Public PropertyGets or sets chart header alignment.  
    Public PropertyGets or sets chart header style.  
    Public PropertyOverridden. Gets the size of the intrinsic content of the view.  
    Public PropertyGets or sets whether the control is enabled.  
    Public PropertyGets or sets the collection of objects that contains the series data.  
    Public PropertyGets or sets the legend item style.  
    Public PropertyGets or sets the legend orientation.  
    Public PropertyGets or sets the chart legend position.  
    Public PropertyGets or sets the legend style.  
    Public PropertyGets or sets the legend title.  
    Public PropertyGets or sets the legend title style.  
    Public PropertyGets or sets a value indicating whether clicking legend items toggles the series visibility in the chart.  
    Public PropertyGets or sets the load animation.  
    Public PropertyGets or sets the chart palette.  
    Public PropertyGets or sets chart plot area style.  
    Public PropertyGets or sets the index of selected element.  
    Public PropertyGets or sets the chart selection mode.  
    Public PropertyGets or sets the style of selected element.  
    Public PropertyGets or sets the ShowTooltip.  
    Public PropertyIComponent Site  
    Public Property (Inherited from Foundation.NSObject)
    Public PropertyGets or sets the chart tooltip.  
    Public PropertyGets or sets the chart tooltip content.  
    Public PropertyGets or sets the update animation.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from UIKit.UIView)
    Public MethodOverloaded.  (Inherited from Foundation.NSObject)
    Public Method (Inherited from UIKit.UIView)
    Public Method (Inherited from Foundation.NSObject)
    Public MethodOverloaded.  (Inherited from Foundation.NSObject)
    Public MethodSuspends notifications until the next call to EndUpdate.  
    Public Method (Inherited from Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
    Public MethodResumes notifications suspended by calls to BeginUpdate.  
    Public MethodOverloaded.  (Inherited from Foundation.NSObject)
    Public Method (Inherited from UIKit.UIView)
    Public Method (Inherited from Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Public MethodGets a ChartHitTestInfo object with information about the specified point.  
    Public Method (Inherited from Foundation.NSObject)
    Public MethodInvalidates the chart.  
    Public MethodOverloaded.  (Inherited from Foundation.NSObject)
    Public MethodOverloaded.  (Inherited from Foundation.NSObject)
    Public MethodRefresh the chart.  
    Public Method (Inherited from Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Public Method (Inherited from Foundation.NSObject)
    Top
    Extension Methods
     NameDescription
    Public Extension MethodGet the byte array of the control image. This byte array comes from a UIImagePNGRepresentation in iOS, TrueColorAlpha of PNG format in WP, Bitmap in Android.
    Top
    Public Events
     NameDescription
    Public Event (Inherited from UIKit.UIView)
    Public Event (Inherited from UIKit.UIView)
    Public EventFires when chart data labels are loading.  
    Public EventIComponent Disposed event  
    Public EventFires after chart finishes rendering.  
    Public EventFires before chart starts rendering.  
    Public EventFires after selected element was changed.  
    Public EventOccurs for every touch event.  
    Public EventFires when chart toolTip is loading.  
    Top
    See Also