WinUI | ComponentOne
WinUI | ComponentOne
C1.WinUI.Chart Assembly
/
C1.WinUI.Chart Namespace
/
Axis Class
/ Binding Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Binding Property (Axis)
In This Topic
Gets or sets the comma-separated property names for the DataSource property to use in axis labels.
Syntax
C#
public
string
Binding {
get
;
set
;}
Remarks
The first name specifies the value on the axis, the second represents the corresponding axis label.The default value is "Value,Text".
See Also
Reference
Axis Class
Axis Members