Chart.HasAxis[Object, Object] 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.
public:
property System::Object ^ HasAxis[System::Object ^, System::Object ^] { System::Object ^ get(System::Object ^ axisType, System::Object ^ AxisGroup); void set(System::Object ^ axisType, System::Object ^ AxisGroup, System::Object ^ value); };
public object HasAxis[object axisType, object AxisGroup] { get; set; }
member this.HasAxis(obj * obj) : obj with get, set
Public Property HasAxis(Optional axisType As Object, Optional AxisGroup As Object) As Object
Parameters
- axisType
- Object
- AxisGroup
- Object