Class ChartBindingDataExtension
Represents ChartBindingDataExtension
Inheritance
System.Object
ChartBindingDataExtension
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class ChartBindingDataExtension : MarkupExtension
Constructors
ChartBindingDataExtension()
Initializes a new instance of the ChartBindingDataExtension class.
Declaration
public ChartBindingDataExtension()
ChartBindingDataExtension(IEnumerable)
Initializes a new instance of the ChartBindingDataExtension class.
Declaration
public ChartBindingDataExtension(IEnumerable source)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.IEnumerable | source | The source. |
Properties
Source
Gets or sets the source.
Declaration
public IEnumerable Source { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.IEnumerable | The source. |
XPath
Gets or sets the X path.
Declaration
public string XPath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The X path. |
YPaths
Gets or sets the Y paths.
Declaration
public string[] YPaths { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String[] | The Y paths. |
Methods
ProvideValue(IServiceProvider)
When implemented in a derived class, returns an object that is set as the value of the target property for this markup extension.
Declaration
public override object ProvideValue(IServiceProvider serviceProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IServiceProvider | serviceProvider | Object that can provide services for the markup extension. |
Returns
| Type | Description |
|---|---|
| System.Object | The object value to set on the property where the extension is applied. |