Intersoft WebGrid Documentation
MarkSize Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > ChartLegendDataSettings Class : MarkSize Property






Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<CategoryAttribute("Dimensions")>
<DescriptionAttribute("The size of the legend items marks.")>
<DefaultValueAttribute()>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute("setMarkSize")>
Public ReadOnly Property MarkSize As ChartSizeValue
Visual Basic (Usage)Copy Code
Dim instance As ChartLegendDataSettings
Dim value As ChartSizeValue
 
value = instance.MarkSize
C# 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[CategoryAttribute("Dimensions")]
[DescriptionAttribute("The size of the legend items marks.")]
[DefaultValueAttribute()]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setMarkSize")]
public ChartSizeValue MarkSize {get;}
Delphi 
public read-only property MarkSize: ChartSizeValue; 
JScript 
PersistenceModeAttribute(PersistenceMode.InnerProperty)
CategoryAttribute("Dimensions")
DescriptionAttribute("The size of the legend items marks.")
DefaultValueAttribute()
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute("setMarkSize")
public function get MarkSize : ChartSizeValue
Managed Extensions for C++ 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[CategoryAttribute("Dimensions")]
[DescriptionAttribute("The size of the legend items marks.")]
[DefaultValueAttribute()]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setMarkSize")]
public: __property ChartSizeValue* get_MarkSize();
C++/CLI 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[CategoryAttribute("Dimensions")]
[DescriptionAttribute("The size of the legend items marks.")]
[DefaultValueAttribute()]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setMarkSize")]
public:
property ChartSizeValue^ MarkSize {
   ChartSizeValue^ get();
}

Requirements

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

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.