Gets or sets the column(s) in a database table/view to be used as Y-labels. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueA string. Default value is an empty string (""). RemarksThe property enables you to bind the data used for drawing custom labels at the Y - axis to columns in a database table/view. If you want to set more than one column, separate the names with commas. The YLabelsFields property, when populated with data, is the same as the YLabels property. It is used only when YAxisSettings.LabelType is set to CustomText. See Also |