Show / Hide Table of Contents

Class DataSeriesTitleAttribute

Represents attribute for specifying title of data series

Inheritance
System.Object
DataSeriesTitleAttribute
Implements
IDataIntentAttribute
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class DataSeriesTitleAttribute : Attribute, IDataIntentAttribute

Constructors

DataSeriesTitleAttribute(String)

Creates an instance of DataSeriesTitleAttribute

Declaration
public DataSeriesTitleAttribute(string title)
Parameters
Type Name Description
System.String title

Properties

MemberIntent

Gets member intent of data series

Declaration
public DataSeriesIntent MemberIntent { get; }
Property Value
Type Description
DataSeriesIntent

Title

Gets title of data series

Declaration
public string Title { get; }
Property Value
Type Description
System.String

Interfaces

IDataIntentAttribute.Intent

Declaration
string IDataIntentAttribute.Intent { get; }
Returns
Type Description
System.String

Implements

IDataIntentAttribute