SeriesStyleShowPointsLabels Property |
Specifies whether the item labels should be shown or not.
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool ShowPointsLabels { get; set; }
Public Property ShowPointsLabels As Boolean
Get
Set
public:
property bool ShowPointsLabels {
bool get ();
void set (bool value);
}
member ShowPointsLabels : bool with get, set
Property Value
Type:
Boolean
See Also