'Declaration
<System.Xml.Serialization.XmlElementAttribute("XValuesMode")> <System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Specifies the mode for the heat map X values.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property XValuesMode As HeatMapValuesMode
'Usage
Dim instance As NHeatMapSeries Dim value As HeatMapValuesMode instance.XValuesMode = value value = instance.XValuesMode
[System.Xml.Serialization.XmlElement("XValuesMode")] [System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Specifies the mode for the heat map X values.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public HeatMapValuesMode XValuesMode {get; set;}