DataPointCustomProperties.CustomPropertiesExtended Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the extended custom properties of the data point.
public:
property System::Web::UI::DataVisualization::Charting::CustomProperties ^ CustomPropertiesExtended { System::Web::UI::DataVisualization::Charting::CustomProperties ^ get(); void set(System::Web::UI::DataVisualization::Charting::CustomProperties ^ value); };
[System.ComponentModel.Bindable(false)]
public System.Web.UI.DataVisualization.Charting.CustomProperties CustomPropertiesExtended { get; set; }
[<System.ComponentModel.Bindable(false)>]
member this.CustomPropertiesExtended : System.Web.UI.DataVisualization.Charting.CustomProperties with get, set
Public Property CustomPropertiesExtended As CustomProperties
Property Value
The extended custom properties of the data point.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.