Gets or sets custom labels for the second Y-axis. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueAn instance of type .NET IList that holds other lists with the labels. RemarksCustom labels are drawn when the Y2AxisSettings.AxiLabelsType property is set to AxisLabelType.CustomText. Second Y-axis is drawn when the Y2Data property is not an empty list. When there are more than one series of Y2Data, the labels are drawn in column. The distance between the columns is set with Y2AxisSettings.LabelSpan. The offset of the first label column to the Y2-axis is set with Y2AxisSettings.LabelOffset. The labels can be of any data type - numbers, strings and so on. The control converts automatically the data into strings. The labels are drawn with the LabelBrush; the font is set with LabelFont. Default value for the Y2Labels property is an empty list. See Also |