Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal name As String, _ ByVal valueType As Type, _ ByVal defaultValue As Object, _ ByVal description As String, _ ByVal appliesToChartType() As SeriesChartType, _ ByVal appliesToSeries As Boolean, _ ByVal appliesToDataPoint As Boolean _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public CustomAttributeInfo( string name, Type valueType, object defaultValue, string description, SeriesChartType[] appliesToChartType, bool appliesToSeries, bool appliesToDataPoint ) |
Parameters
- name
- Attribute name
- valueType
- Attribute value type.
- defaultValue
- Attribute default value.
- description
- Attribute description.
- appliesToChartType
- Array of chart types where attribute used.
- appliesToSeries
- True if attributes can be set in series.
- appliesToDataPoint
- True if attributes can be set in data point.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family